Binary compatibility report for the HDF-Java library between 2.7 and 2.8 versions
Test Info
Library Name | HDF-Java |
Version #1 | 2.7 |
Version #2 | 2.8 |
Test Results
Total Java ARchives | 6 |
---|
Total Methods / Classes | 2056 / 146 |
---|
Verdict | Incompatible (27.9%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 195 |
---|
Removed Methods | High | 17 |
---|
Problems with Data Types | High | 34 |
---|
Medium | 35 |
Low | 5 |
Problems with Methods | High | 5 |
---|
Medium | 0 |
Low | 4 |
Other Changes in Data Types | - | 80 |
Added Methods (195)
jhdf.jar, HDFDeflateCompInfo.class
package ncsa.hdf.hdflib
HDFDeflateCompInfo.HDFDeflateCompInfo ( int l )
[mangled: ncsa/hdf/hdflib/HDFDeflateCompInfo."<init>":(I)V]
jhdf4obj.jar, H4File.class
package ncsa.hdf.object.h4
H4File.createScalarDS ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object fillValue, Object data ) : Dataset
[mangled: ncsa/hdf/object/h4/H4File.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;Ljava/lang/Object;)Lncsa/hdf/object/Dataset;]
jhdf4obj.jar, H4SDS.class
package ncsa.hdf.object.h4
H4SDS.create ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object fillValue, Object data ) [static] : H4SDS
[mangled: ncsa/hdf/object/h4/H4SDS.create:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;Ljava/lang/Object;)Lncsa/hdf/object/h4/H4SDS;]
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5.H5Arename ( int p1, String p2, String p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Arename:(ILjava/lang/String;Ljava/lang/String;)I]
H5.H5Diterate ( byte[ ] p1, int p2, int p3, H5D_iterate_cb p4, H5D_iterate_t p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Diterate:([BIILncsa/hdf/hdf5lib/callbacks/H5D_iterate_cb;Lncsa/hdf/hdf5lib/callbacks/H5D_iterate_t;)I]
H5.H5Dvlen_get_buf_size_long ( int p1, int p2, int p3 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Dvlen_get_buf_size_long:(III)J]
H5.H5Gget_obj_info_all ( int loc_id, String name, String[ ] oname, int[ ] otype, int[ ] ltype, long[ ] fno, long[ ] ref, int indx_type ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_obj_info_all:(ILjava/lang/String;[Ljava/lang/String;[I[I[J[JI)I]
H5.H5P_equal ( int plid1, int plid2 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5P_equal:(II)Z]
H5.H5Pget_buffer_size ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_buffer_size:(I)J]
H5.H5Pget_cache ( int p1, int[ ] p2, long[ ] p3, long[ ] p4, double[ ] p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_cache:(I[I[J[J[D)I]
H5.H5Pget_char_encoding ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_char_encoding:(I)I]
H5.H5Pget_chunk_cache ( int p1, long[ ] p2, long[ ] p3, double[ ] p4 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_chunk_cache:(I[J[J[D)V]
H5.H5Pget_driver ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_driver:(I)I]
H5.H5Pget_dxpl_multi ( int p1, int[ ] p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_dxpl_multi:(I[I)V]
H5.H5Pget_elink_file_cache_size ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_elink_file_cache_size:(I)I]
H5.H5Pget_external ( int p1, int p2, long p3, String[ ] p4, long[ ] p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_external:(IIJ[Ljava/lang/String;[J)I]
H5.H5Pget_fapl_core ( int p1, long[ ] p2, boolean[ ] p3 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_fapl_core:(I[J[Z)V]
H5.H5Pget_fapl_direct ( int p1, long[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_fapl_direct:(I[J)I]
H5.H5Pget_fapl_multi ( int p1, int[ ] p2, int[ ] p3, String[ ] p4, long[ ] p5 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_fapl_multi:(I[I[I[Ljava/lang/String;[J)Z]
H5.H5Pget_filter ( int plist, int filter_number, int[ ] flags, long[ ] cd_nelmts, int[ ] cd_values, long namelen, String[ ] name, int[ ] filter_config ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_filter:(II[I[J[IJ[Ljava/lang/String;[I)I]
H5.H5Pget_filter_by_id ( int plist_id, int filter_id, int[ ] flags, long[ ] cd_nelmts, int[ ] cd_values, long namelen, String[ ] name, int[ ] filter_config ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_filter_by_id:(II[I[J[IJ[Ljava/lang/String;[I)I]
H5.H5Pget_filter_by_id2 ( int p1, int p2, int[ ] p3, long[ ] p4, int[ ] p5, long p6, String[ ] p7, int[ ] p8 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_filter_by_id2:(II[I[J[IJ[Ljava/lang/String;[I)I]
H5.H5Pget_gcreferences ( int p1 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_gcreferences:(I)Z]
H5.H5Pget_local_heap_size_hint ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_local_heap_size_hint:(I)J]
H5.H5Pget_mdc_config ( int p1 ) [static] : H5AC_cache_config_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_mdc_config:(I)Lncsa/hdf/hdf5lib/structs/H5AC_cache_config_t;]
H5.H5Pget_meta_block_size ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_meta_block_size:(I)J]
H5.H5Pget_obj_track_times ( int p1 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_obj_track_times:(I)Z]
H5.H5Pget_sieve_buf_size ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_sieve_buf_size:(I)J]
H5.H5Pget_sizes ( int p1, long[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_sizes:(I[J)I]
H5.H5Pget_small_data_block_size_long ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_small_data_block_size_long:(I)J]
H5.H5Pset_buffer_size ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_buffer_size:(IJ)V]
H5.H5Pset_cache ( int p1, int p2, long p3, long p4, double p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_cache:(IIJJD)I]
H5.H5Pset_char_encoding ( int p1, int p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_char_encoding:(II)V]
H5.H5Pset_chunk_cache ( int p1, long p2, long p3, double p4 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_chunk_cache:(IJJD)V]
H5.H5Pset_dxpl_multi ( int p1, int[ ] p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_dxpl_multi:(I[I)V]
H5.H5Pset_elink_file_cache_size ( int p1, int p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_elink_file_cache_size:(II)V]
H5.H5Pset_fapl_core ( int p1, long p2, boolean p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_core:(IJZ)I]
H5.H5Pset_fapl_direct ( int p1, long p2, long p3, long p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_direct:(IJJJ)I]
H5.H5Pset_fapl_log ( int p1, String p2, long p3, long p4 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_log:(ILjava/lang/String;JJ)V]
H5.H5Pset_fapl_multi ( int p1, int[ ] p2, int[ ] p3, String[ ] p4, long[ ] p5, boolean p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_multi:(I[I[I[Ljava/lang/String;[JZ)V]
H5.H5Pset_fapl_sec2 ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_sec2:(I)I]
H5.H5Pset_fapl_split ( int p1, String p2, int p3, String p4, int p5 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_split:(ILjava/lang/String;ILjava/lang/String;I)V]
H5.H5Pset_fapl_stdio ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_stdio:(I)I]
H5.H5Pset_fapl_windows ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_windows:(I)I]
H5.H5Pset_filter ( int p1, int p2, int p3, long p4, int[ ] p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_filter:(IIIJ[I)I]
H5.H5Pset_local_heap_size_hint ( int p1, long p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_local_heap_size_hint:(IJ)I]
H5.H5Pset_mdc_config ( int p1, H5AC_cache_config_t p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_mdc_config:(ILncsa/hdf/hdf5lib/structs/H5AC_cache_config_t;)V]
H5.H5Pset_meta_block_size ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_meta_block_size:(IJ)V]
H5.H5Pset_obj_track_times ( int p1, boolean p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_obj_track_times:(IZ)V]
H5.H5Pset_sieve_buf_size ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_sieve_buf_size:(IJ)V]
H5.H5Sget_select_type ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Sget_select_type:(I)I]
jhdf5.jar, H5AC_cache_config_t.class
package ncsa.hdf.hdf5lib.structs
H5AC_cache_config_t.H5AC_cache_config_t ( int version, boolean rpt_fcn_enabled, boolean open_trace_file, boolean close_trace_file, String trace_file_name, boolean evictions_enabled, boolean set_initial_size, long initial_size, double min_clean_fraction, long max_size, long min_size, long epoch_length, int incr_mode, double lower_hr_threshold, double increment, boolean apply_max_increment, long max_increment, int flash_incr_mode, double flash_multiple, double flash_threshold, int decr_mode, double upper_hr_threshold, double decrement, boolean apply_max_decrement, long max_decrement, int epochs_before_eviction, boolean apply_empty_reserve, double empty_reserve, int dirty_bytes_threshold, int metadata_write_strategy )
[mangled: ncsa/hdf/hdf5lib/structs/H5AC_cache_config_t."<init>":(IZZZLjava/lang/String;ZZJDJJJIDDZJIDDIDDZJIZDII)V]
jhdf5.jar, H5D_iterate_cb.class
package ncsa.hdf.hdf5lib.callbacks
H5D_iterate_cb.callback ( byte[ ] p1, int p2, int p3, long[ ] p4, H5D_iterate_t p5 ) [abstract] : int
[mangled: ncsa/hdf/hdf5lib/callbacks/H5D_iterate_cb.callback:([BII[JLncsa/hdf/hdf5lib/callbacks/H5D_iterate_t;)I]
jhdf5obj.jar, H5Datatype.class
package ncsa.hdf.object.h5
H5Datatype.setName ( String newName ) : void
[mangled: ncsa/hdf/object/h5/H5Datatype.setName:(Ljava/lang/String;)V]
jhdf5obj.jar, H5File.class
package ncsa.hdf.object.h5
H5File.createScalarDS ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object fillValue, Object data ) : Dataset
[mangled: ncsa/hdf/object/h5/H5File.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;Ljava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5File.renameObject ( HObject obj, String newName ) [static] : void
[mangled: ncsa/hdf/object/h5/H5File.renameObject:(Lncsa/hdf/object/HObject;Ljava/lang/String;)V]
jhdf5obj.jar, H5ScalarDS.class
package ncsa.hdf.object.h5
H5ScalarDS.create ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object fillValue, Object data ) [static] : H5ScalarDS
[mangled: ncsa/hdf/object/h5/H5ScalarDS.create:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;Ljava/lang/Object;)Lncsa/hdf/object/h5/H5ScalarDS;]
jhdfobj.jar, Attribute.class
package ncsa.hdf.object
Attribute.isScalar ( ) : boolean
[mangled: ncsa/hdf/object/Attribute.isScalar:()Z]
jhdfobj.jar, FileFormat.class
package ncsa.hdf.object
FileFormat.createScalarDS ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, Object p8, Object p9 ) [abstract] : Dataset
[mangled: ncsa/hdf/object/FileFormat.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;Ljava/lang/Object;)Lncsa/hdf/object/Dataset;]
jhdfobj.jar, FitsDataset.class
package ncsa.hdf.object.fits
FitsDataset.close ( int did ) : void
[mangled: ncsa/hdf/object/fits/FitsDataset.close:(I)V]
FitsDataset.copy ( Group pgroup, String dstName, long[ ] dims, Object buff ) : Dataset
[mangled: ncsa/hdf/object/fits/FitsDataset.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
FitsDataset.create ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object data ) [static] : FitsDataset
[mangled: ncsa/hdf/object/fits/FitsDataset.create:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;)Lncsa/hdf/object/fits/FitsDataset;]
FitsDataset.FitsDataset ( FileFormat fileFormat, BasicHDU hdu, String dName, long[ ] oid )
[mangled: ncsa/hdf/object/fits/FitsDataset."<init>":(Lncsa/hdf/object/FileFormat;Lnom/tam/fits/BasicHDU;Ljava/lang/String;[J)V]
FitsDataset.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/object/fits/FitsDataset.getDatatype:()Lncsa/hdf/object/Datatype;]
FitsDataset.getMetadata ( ) : List
[mangled: ncsa/hdf/object/fits/FitsDataset.getMetadata:()Ljava/util/List;]
FitsDataset.getMetadata ( int[ ] attrPropList ) : List
[mangled: ncsa/hdf/object/fits/FitsDataset.getMetadata:([I)Ljava/util/List;]
FitsDataset.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/object/fits/FitsDataset.getPalette:()[[B]
FitsDataset.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/object/fits/FitsDataset.getPaletteRefs:()[B]
FitsDataset.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/fits/FitsDataset.hasAttribute:()Z]
FitsDataset.init ( ) : void
[mangled: ncsa/hdf/object/fits/FitsDataset.init:()V]
FitsDataset.open ( ) : int
[mangled: ncsa/hdf/object/fits/FitsDataset.open:()I]
FitsDataset.read ( ) : Object
[mangled: ncsa/hdf/object/fits/FitsDataset.read:()Ljava/lang/Object;]
FitsDataset.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/object/fits/FitsDataset.readBytes:()[B]
FitsDataset.readPalette ( int idx ) : byte[ ][ ]
[mangled: ncsa/hdf/object/fits/FitsDataset.readPalette:(I)[[B]
FitsDataset.removeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/fits/FitsDataset.removeMetadata:(Ljava/lang/Object;)V]
FitsDataset.setName ( String newName ) : void
[mangled: ncsa/hdf/object/fits/FitsDataset.setName:(Ljava/lang/String;)V]
FitsDataset.write ( Object buf ) : void
[mangled: ncsa/hdf/object/fits/FitsDataset.write:(Ljava/lang/Object;)V]
FitsDataset.writeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/fits/FitsDataset.writeMetadata:(Ljava/lang/Object;)V]
jhdfobj.jar, FitsDatatype.class
package ncsa.hdf.object.fits
FitsDatatype.allocateArray ( int dtype, int size ) [static] : Object
[mangled: ncsa/hdf/object/fits/FitsDatatype.allocateArray:(II)Ljava/lang/Object;]
FitsDatatype.close ( int id ) : void
[mangled: ncsa/hdf/object/fits/FitsDatatype.close:(I)V]
FitsDatatype.FitsDatatype ( int tclass, int tsize, int torder, int tsign )
[mangled: ncsa/hdf/object/fits/FitsDatatype."<init>":(IIII)V]
FitsDatatype.FitsDatatype ( int theType )
[mangled: ncsa/hdf/object/fits/FitsDatatype."<init>":(I)V]
FitsDatatype.fromNative ( ) : void
[mangled: ncsa/hdf/object/fits/FitsDatatype.fromNative:()V]
FitsDatatype.fromNative ( int dtype ) : void
[mangled: ncsa/hdf/object/fits/FitsDatatype.fromNative:(I)V]
FitsDatatype.getDatatypeDescription ( ) : String
[mangled: ncsa/hdf/object/fits/FitsDatatype.getDatatypeDescription:()Ljava/lang/String;]
FitsDatatype.getMetadata ( int[ ] attrPropList ) : List
[mangled: ncsa/hdf/object/fits/FitsDatatype.getMetadata:([I)Ljava/util/List;]
FitsDatatype.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/fits/FitsDatatype.hasAttribute:()Z]
FitsDatatype.isUnsigned ( ) : boolean
[mangled: ncsa/hdf/object/fits/FitsDatatype.isUnsigned:()Z]
FitsDatatype.toNative ( ) : int
[mangled: ncsa/hdf/object/fits/FitsDatatype.toNative:()I]
jhdfobj.jar, FitsFile.class
package ncsa.hdf.object.fits
FitsFile.close ( ) : void
[mangled: ncsa/hdf/object/fits/FitsFile.close:()V]
FitsFile.copy ( HObject srcObj, Group dstGroup, String dstName ) : TreeNode
[mangled: ncsa/hdf/object/fits/FitsFile.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;Ljava/lang/String;)Ljavax/swing/tree/TreeNode;]
FitsFile.copyAttributes ( HObject src, HObject dst ) : void
[mangled: ncsa/hdf/object/fits/FitsFile.copyAttributes:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/HObject;)V]
FitsFile.copyAttributes ( int src_id, int dst_id ) : void
[mangled: ncsa/hdf/object/fits/FitsFile.copyAttributes:(II)V]
FitsFile.createDatatype ( int tclass, int tsize, int torder, int tsign ) : Datatype
[mangled: ncsa/hdf/object/fits/FitsFile.createDatatype:(IIII)Lncsa/hdf/object/Datatype;]
FitsFile.createDatatype ( int tclass, int tsize, int torder, int tsign, String name ) : Datatype
[mangled: ncsa/hdf/object/fits/FitsFile.createDatatype:(IIIILjava/lang/String;)Lncsa/hdf/object/Datatype;]
FitsFile.createGroup ( String name, Group pgroup ) : Group
[mangled: ncsa/hdf/object/fits/FitsFile.createGroup:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/Group;]
FitsFile.createImage ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, int ncomp, int intelace, Object data ) : Dataset
[mangled: ncsa/hdf/object/fits/FitsFile.createImage:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JIIILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
FitsFile.createInstance ( String filename, int access ) : FileFormat
[mangled: ncsa/hdf/object/fits/FitsFile.createInstance:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
FitsFile.createScalarDS ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object fillValue, Object data ) : Dataset
[mangled: ncsa/hdf/object/fits/FitsFile.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;Ljava/lang/Object;)Lncsa/hdf/object/Dataset;]
FitsFile.delete ( HObject obj ) : void
[mangled: ncsa/hdf/object/fits/FitsFile.delete:(Lncsa/hdf/object/HObject;)V]
FitsFile.FitsFile ( )
[mangled: ncsa/hdf/object/fits/FitsFile."<init>":()V]
FitsFile.FitsFile ( String pathname )
[mangled: ncsa/hdf/object/fits/FitsFile."<init>":(Ljava/lang/String;)V]
FitsFile.get ( String path ) : HObject
[mangled: ncsa/hdf/object/fits/FitsFile.get:(Ljava/lang/String;)Lncsa/hdf/object/HObject;]
FitsFile.getFitsFile ( ) : Fits
[mangled: ncsa/hdf/object/fits/FitsFile.getFitsFile:()Lnom/tam/fits/Fits;]
FitsFile.getLibversion ( ) : String
[mangled: ncsa/hdf/object/fits/FitsFile.getLibversion:()Ljava/lang/String;]
FitsFile.getRootNode ( ) : TreeNode
[mangled: ncsa/hdf/object/fits/FitsFile.getRootNode:()Ljavax/swing/tree/TreeNode;]
FitsFile.isThisType ( FileFormat fileformat ) : boolean
[mangled: ncsa/hdf/object/fits/FitsFile.isThisType:(Lncsa/hdf/object/FileFormat;)Z]
FitsFile.isThisType ( String filename ) : boolean
[mangled: ncsa/hdf/object/fits/FitsFile.isThisType:(Ljava/lang/String;)Z]
FitsFile.open ( ) : int
[mangled: ncsa/hdf/object/fits/FitsFile.open:()I]
FitsFile.writeAttribute ( HObject obj, Attribute attr, boolean attrExisted ) : void
[mangled: ncsa/hdf/object/fits/FitsFile.writeAttribute:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Attribute;Z)V]
jhdfobj.jar, FitsGroup.class
package ncsa.hdf.object.fits
FitsGroup.close ( int gid ) : void
[mangled: ncsa/hdf/object/fits/FitsGroup.close:(I)V]
FitsGroup.create ( String name, Group pgroup ) [static] : FitsGroup
[mangled: ncsa/hdf/object/fits/FitsGroup.create:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/fits/FitsGroup;]
FitsGroup.FitsGroup ( FileFormat fileFormat, String name, String path, Group parent, long[ ] theID )
[mangled: ncsa/hdf/object/fits/FitsGroup."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;[J)V]
FitsGroup.getMetadata ( ) : List
[mangled: ncsa/hdf/object/fits/FitsGroup.getMetadata:()Ljava/util/List;]
FitsGroup.getMetadata ( int[ ] attrPropList ) : List
[mangled: ncsa/hdf/object/fits/FitsGroup.getMetadata:([I)Ljava/util/List;]
FitsGroup.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/fits/FitsGroup.hasAttribute:()Z]
FitsGroup.open ( ) : int
[mangled: ncsa/hdf/object/fits/FitsGroup.open:()I]
FitsGroup.removeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/fits/FitsGroup.removeMetadata:(Ljava/lang/Object;)V]
FitsGroup.writeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/fits/FitsGroup.writeMetadata:(Ljava/lang/Object;)V]
jhdfobj.jar, NC2Dataset.class
package ncsa.hdf.object.nc2
NC2Dataset.close ( int did ) : void
[mangled: ncsa/hdf/object/nc2/NC2Dataset.close:(I)V]
NC2Dataset.copy ( Group pgroup, String dstName, long[ ] dims, Object buff ) : Dataset
[mangled: ncsa/hdf/object/nc2/NC2Dataset.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
NC2Dataset.create ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object data ) [static] : NC2Dataset
[mangled: ncsa/hdf/object/nc2/NC2Dataset.create:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;)Lncsa/hdf/object/nc2/NC2Dataset;]
NC2Dataset.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/object/nc2/NC2Dataset.getDatatype:()Lncsa/hdf/object/Datatype;]
NC2Dataset.getMetadata ( ) : List
[mangled: ncsa/hdf/object/nc2/NC2Dataset.getMetadata:()Ljava/util/List;]
NC2Dataset.getMetadata ( int[ ] attrPropList ) : List
[mangled: ncsa/hdf/object/nc2/NC2Dataset.getMetadata:([I)Ljava/util/List;]
NC2Dataset.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/object/nc2/NC2Dataset.getPalette:()[[B]
NC2Dataset.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/object/nc2/NC2Dataset.getPaletteRefs:()[B]
NC2Dataset.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/nc2/NC2Dataset.hasAttribute:()Z]
NC2Dataset.init ( ) : void
[mangled: ncsa/hdf/object/nc2/NC2Dataset.init:()V]
NC2Dataset.NC2Dataset ( FileFormat fileFormat, Variable ncDataset, long[ ] oid )
[mangled: ncsa/hdf/object/nc2/NC2Dataset."<init>":(Lncsa/hdf/object/FileFormat;Lucar/nc2/Variable;[J)V]
NC2Dataset.open ( ) : int
[mangled: ncsa/hdf/object/nc2/NC2Dataset.open:()I]
NC2Dataset.read ( ) : Object
[mangled: ncsa/hdf/object/nc2/NC2Dataset.read:()Ljava/lang/Object;]
NC2Dataset.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/object/nc2/NC2Dataset.readBytes:()[B]
NC2Dataset.readPalette ( int idx ) : byte[ ][ ]
[mangled: ncsa/hdf/object/nc2/NC2Dataset.readPalette:(I)[[B]
NC2Dataset.removeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/nc2/NC2Dataset.removeMetadata:(Ljava/lang/Object;)V]
NC2Dataset.setName ( String newName ) : void
[mangled: ncsa/hdf/object/nc2/NC2Dataset.setName:(Ljava/lang/String;)V]
NC2Dataset.write ( Object buf ) : void
[mangled: ncsa/hdf/object/nc2/NC2Dataset.write:(Ljava/lang/Object;)V]
NC2Dataset.writeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/nc2/NC2Dataset.writeMetadata:(Ljava/lang/Object;)V]
jhdfobj.jar, NC2Datatype.class
package ncsa.hdf.object.nc2
NC2Datatype.allocateArray ( DataType dtype, int size ) [static] : Object
[mangled: ncsa/hdf/object/nc2/NC2Datatype.allocateArray:(Lucar/ma2/DataType;I)Ljava/lang/Object;]
NC2Datatype.close ( int id ) : void
[mangled: ncsa/hdf/object/nc2/NC2Datatype.close:(I)V]
NC2Datatype.fromNative ( int tid ) : void
[mangled: ncsa/hdf/object/nc2/NC2Datatype.fromNative:(I)V]
NC2Datatype.getDatatypeDescription ( ) : String
[mangled: ncsa/hdf/object/nc2/NC2Datatype.getDatatypeDescription:()Ljava/lang/String;]
NC2Datatype.getMetadata ( int[ ] attrPropList ) : List
[mangled: ncsa/hdf/object/nc2/NC2Datatype.getMetadata:([I)Ljava/util/List;]
NC2Datatype.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/nc2/NC2Datatype.hasAttribute:()Z]
NC2Datatype.isUnsigned ( ) : boolean
[mangled: ncsa/hdf/object/nc2/NC2Datatype.isUnsigned:()Z]
NC2Datatype.NC2Datatype ( DataType theType )
[mangled: ncsa/hdf/object/nc2/NC2Datatype."<init>":(Lucar/ma2/DataType;)V]
NC2Datatype.NC2Datatype ( int tclass, int tsize, int torder, int tsign )
[mangled: ncsa/hdf/object/nc2/NC2Datatype."<init>":(IIII)V]
NC2Datatype.toNative ( ) : int
[mangled: ncsa/hdf/object/nc2/NC2Datatype.toNative:()I]
jhdfobj.jar, NC2File.class
package ncsa.hdf.object.nc2
NC2File.close ( ) : void
[mangled: ncsa/hdf/object/nc2/NC2File.close:()V]
NC2File.convertAttribute ( Attribute netcdfAttr ) [static] : Attribute
[mangled: ncsa/hdf/object/nc2/NC2File.convertAttribute:(Lucar/nc2/Attribute;)Lncsa/hdf/object/Attribute;]
NC2File.copy ( HObject srcObj, Group dstGroup, String dstName ) : TreeNode
[mangled: ncsa/hdf/object/nc2/NC2File.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;Ljava/lang/String;)Ljavax/swing/tree/TreeNode;]
NC2File.copyAttributes ( HObject src, HObject dst ) : void
[mangled: ncsa/hdf/object/nc2/NC2File.copyAttributes:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/HObject;)V]
NC2File.copyAttributes ( int src_id, int dst_id ) : void
[mangled: ncsa/hdf/object/nc2/NC2File.copyAttributes:(II)V]
NC2File.createDatatype ( int tclass, int tsize, int torder, int tsign ) : Datatype
[mangled: ncsa/hdf/object/nc2/NC2File.createDatatype:(IIII)Lncsa/hdf/object/Datatype;]
NC2File.createDatatype ( int tclass, int tsize, int torder, int tsign, String name ) : Datatype
[mangled: ncsa/hdf/object/nc2/NC2File.createDatatype:(IIIILjava/lang/String;)Lncsa/hdf/object/Datatype;]
NC2File.createGroup ( String name, Group pgroup ) : Group
[mangled: ncsa/hdf/object/nc2/NC2File.createGroup:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/Group;]
NC2File.createImage ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, int ncomp, int intelace, Object data ) : Dataset
[mangled: ncsa/hdf/object/nc2/NC2File.createImage:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JIIILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
NC2File.createInstance ( String filename, int access ) : FileFormat
[mangled: ncsa/hdf/object/nc2/NC2File.createInstance:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
NC2File.createScalarDS ( String name, Group pgroup, Datatype type, long[ ] dims, long[ ] maxdims, long[ ] chunks, int gzip, Object fillValue, Object data ) : Dataset
[mangled: ncsa/hdf/object/nc2/NC2File.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;Ljava/lang/Object;)Lncsa/hdf/object/Dataset;]
NC2File.delete ( HObject obj ) : void
[mangled: ncsa/hdf/object/nc2/NC2File.delete:(Lncsa/hdf/object/HObject;)V]
NC2File.get ( String path ) : HObject
[mangled: ncsa/hdf/object/nc2/NC2File.get:(Ljava/lang/String;)Lncsa/hdf/object/HObject;]
NC2File.getLibversion ( ) : String
[mangled: ncsa/hdf/object/nc2/NC2File.getLibversion:()Ljava/lang/String;]
NC2File.getNetcdfFile ( ) : NetcdfFile
[mangled: ncsa/hdf/object/nc2/NC2File.getNetcdfFile:()Lucar/nc2/NetcdfFile;]
NC2File.getRootNode ( ) : TreeNode
[mangled: ncsa/hdf/object/nc2/NC2File.getRootNode:()Ljavax/swing/tree/TreeNode;]
NC2File.isThisType ( FileFormat fileformat ) : boolean
[mangled: ncsa/hdf/object/nc2/NC2File.isThisType:(Lncsa/hdf/object/FileFormat;)Z]
NC2File.isThisType ( String filename ) : boolean
[mangled: ncsa/hdf/object/nc2/NC2File.isThisType:(Ljava/lang/String;)Z]
NC2File.NC2File ( )
[mangled: ncsa/hdf/object/nc2/NC2File."<init>":()V]
NC2File.NC2File ( String pathname )
[mangled: ncsa/hdf/object/nc2/NC2File."<init>":(Ljava/lang/String;)V]
NC2File.open ( ) : int
[mangled: ncsa/hdf/object/nc2/NC2File.open:()I]
NC2File.writeAttribute ( HObject obj, Attribute attr, boolean attrExisted ) : void
[mangled: ncsa/hdf/object/nc2/NC2File.writeAttribute:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Attribute;Z)V]
jhdfobj.jar, NC2Group.class
package ncsa.hdf.object.nc2
NC2Group.close ( int gid ) : void
[mangled: ncsa/hdf/object/nc2/NC2Group.close:(I)V]
NC2Group.create ( String name, Group pgroup ) [static] : NC2Group
[mangled: ncsa/hdf/object/nc2/NC2Group.create:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/nc2/NC2Group;]
NC2Group.getMetadata ( ) : List
[mangled: ncsa/hdf/object/nc2/NC2Group.getMetadata:()Ljava/util/List;]
NC2Group.getMetadata ( int[ ] attrPropList ) : List
[mangled: ncsa/hdf/object/nc2/NC2Group.getMetadata:([I)Ljava/util/List;]
NC2Group.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/nc2/NC2Group.hasAttribute:()Z]
NC2Group.NC2Group ( FileFormat fileFormat, String name, String path, Group parent, long[ ] theID )
[mangled: ncsa/hdf/object/nc2/NC2Group."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;[J)V]
NC2Group.open ( ) : int
[mangled: ncsa/hdf/object/nc2/NC2Group.open:()I]
NC2Group.removeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/nc2/NC2Group.removeMetadata:(Ljava/lang/Object;)V]
NC2Group.writeMetadata ( Object info ) : void
[mangled: ncsa/hdf/object/nc2/NC2Group.writeMetadata:(Ljava/lang/Object;)V]
jhdfview.jar, BITMASK_OP.class
package ncsa.hdf.view
ViewProperties.BITMASK_OP.valueOf ( String name ) [static] : ViewProperties.BITMASK_OP
[mangled: ncsa/hdf/view/ViewProperties.BITMASK_OP.valueOf:(Ljava/lang/String;)Lncsa/hdf/view/ViewProperties$BITMASK_OP;]
ViewProperties.BITMASK_OP.values ( ) [static] : ViewProperties.BITMASK_OP[ ]
[mangled: ncsa/hdf/view/ViewProperties.BITMASK_OP.values:()[Lncsa/hdf/view/ViewProperties$BITMASK_OP;]
jhdfview.jar, DataOptionDialog.class
package ncsa.hdf.view
DataOptionDialog.isApplyBitmaskOnly ( ) : boolean
[mangled: ncsa/hdf/view/DataOptionDialog.isApplyBitmaskOnly:()Z]
DataOptionDialog.isIndexBase1 ( ) : boolean
[mangled: ncsa/hdf/view/DataOptionDialog.isIndexBase1:()Z]
jhdfview.jar, Tools.class
package ncsa.hdf.view
Tools.applyBitmask ( Object theData, BitSet theMask, ViewProperties.BITMASK_OP op ) [static] : boolean
[mangled: ncsa/hdf/view/Tools.applyBitmask:(Ljava/lang/Object;Ljava/util/BitSet;Lncsa/hdf/view/ViewProperties$BITMASK_OP;)Z]
Tools.autoContrastApply ( Object data_in, Object data_out, double[ ] params, double[ ] minmax, boolean isUnsigned ) [static] : Object
[mangled: ncsa/hdf/view/Tools.autoContrastApply:(Ljava/lang/Object;Ljava/lang/Object;[D[DZ)Ljava/lang/Object;]
Tools.autoContrastComputeMinMax ( Object data, double[ ] minmax ) [static] : int
[mangled: ncsa/hdf/view/Tools.autoContrastComputeMinMax:(Ljava/lang/Object;[D)I]
Tools.checkNewFile ( String path, String ext ) [static] : File
[mangled: ncsa/hdf/view/Tools.checkNewFile:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
Tools.findDataDist ( Object data, int[ ] dataDist, double[ ] minmax ) [static] : int
[mangled: ncsa/hdf/view/Tools.findDataDist:(Ljava/lang/Object;[I[D)I]
Tools.isNaNINF ( double val ) [static] : boolean
[mangled: ncsa/hdf/view/Tools.isNaNINF:(D)Z]
jhdfview.jar, ViewProperties.class
package ncsa.hdf.view
ViewProperties.getImageOrigin ( ) [static] : String
[mangled: ncsa/hdf/view/ViewProperties.getImageOrigin:()Ljava/lang/String;]
ViewProperties.isIndexBase1 ( ) [static] : boolean
[mangled: ncsa/hdf/view/ViewProperties.isIndexBase1:()Z]
ViewProperties.setImageOrigin ( String o ) [static] : void
[mangled: ncsa/hdf/view/ViewProperties.setImageOrigin:(Ljava/lang/String;)V]
ViewProperties.setIndexBase1 ( boolean b ) [static] : void
[mangled: ncsa/hdf/view/ViewProperties.setIndexBase1:(Z)V]
ViewProperties.setShowImageValue ( boolean b ) [static] : void
[mangled: ncsa/hdf/view/ViewProperties.setShowImageValue:(Z)V]
ViewProperties.showImageValues ( ) [static] : boolean
[mangled: ncsa/hdf/view/ViewProperties.showImageValues:()Z]
to the top
Removed Methods (17)
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5.H5Dvlen_get_buf_size ( int p1, int p2, int p3 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Dvlen_get_buf_size:(III)J]
H5.H5Pget_external ( int p1, int p2, int p3, String[ ] p4, long[ ] p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_external:(III[Ljava/lang/String;[J)I]
H5.H5Pget_fapl_core ( int p1, int[ ] p2, boolean[ ] p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_fapl_core:(I[I[Z)I]
H5.H5Pget_fapl_direct ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_fapl_direct:(I[I)I]
H5.H5Pget_filter ( int p1, int p2, int[ ] p3, int[ ] p4, int[ ] p5, int p6, String[ ] p7, int[ ] p8 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_filter:(II[I[I[II[Ljava/lang/String;[I)I]
H5.H5Pget_local_heap_size_hint ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_local_heap_size_hint:(I)I]
H5.H5Pget_sizes ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_sizes:(I[I)I]
H5.H5Pset_buffer ( int p1, int p2, byte[ ] p3, byte[ ] p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_buffer:(II[B[B)I]
H5.H5Pset_cache ( int p1, int p2, int p3, int p4, double p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_cache:(IIIID)I]
H5.H5Pset_fapl_core ( int p1, int p2, boolean p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_core:(IIZ)I]
H5.H5Pset_fapl_direct ( int p1, int p2, int p3, int p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_direct:(IIII)I]
H5.H5Pset_filter ( int p1, int p2, int p3, int p4, int[ ] p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_filter:(IIII[I)I]
H5.H5Pset_local_heap_size_hint ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_local_heap_size_hint:(II)I]
jhdfview.jar, Tools.class
package ncsa.hdf.view
Tools.applyBitmask ( Object p1, BitSet p2 ) [static] : boolean
[mangled: ncsa/hdf/view/Tools.applyBitmask:(Ljava/lang/Object;Ljava/util/BitSet;)Z]
Tools.autoContrastApply ( Object p1, Object p2, double[ ] p3, boolean p4 ) [static] : Object
[mangled: ncsa/hdf/view/Tools.autoContrastApply:(Ljava/lang/Object;Ljava/lang/Object;[DZ)Ljava/lang/Object;]
Tools.autoContrastComputeMinMax ( Object p1, Object p2 ) [static] : int
[mangled: ncsa/hdf/view/Tools.autoContrastComputeMinMax:(Ljava/lang/Object;Ljava/lang/Object;)I]
Tools.autoContrastComputeSliderRange ( double[ ] p1, double[ ] p2, double[ ] p3 ) [static] : int
[mangled: ncsa/hdf/view/Tools.autoContrastComputeSliderRange:([D[D[D)I]
to the top
Problems with Data Types, High Severity (34)
jhdf4obj.jar
package ncsa.hdf.object.h4
[+] H4Datatype (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (12)
H4Datatype ( int )This constructor is from 'H4Datatype' class.
H4Datatype ( int, int, int, int )This constructor is from 'H4Datatype' class.
allocateArray ( int, int )This method is from 'H4Datatype' class.
close ( int )This method is from 'H4Datatype' class.
fromNative ( int )This method is from 'H4Datatype' class.
getDatatypeDescription ( )This method is from 'H4Datatype' class.
getDatatypeDescription ( int )This method is from 'H4Datatype' class.
getMetadata ( int[ ] )This method is from 'H4Datatype' class.
hasAttribute ( )This method is from 'H4Datatype' class.
isUnsigned ( )This method is from 'H4Datatype' class.
isUnsigned ( int )This method is from 'H4Datatype' class.
toNative ( )This method is from 'H4Datatype' class.
...
[+] H4File (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (19)
H4File ( )This constructor is from 'H4File' class.
H4File ( String )This constructor is from 'H4File' class.
H4File ( String, int )This constructor is from 'H4File' class.
close ( )This method is from 'H4File' class.
copy ( HObject, Group, String )This method is from 'H4File' class.
createDatatype ( int, int, int, int )This method is from 'H4File' class.
createDatatype ( int, int, int, int, String )This method is from 'H4File' class.
createFile ( String, int )This method is from 'H4File' class.
createGroup ( String, Group )This method is from 'H4File' class.
createImage ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H4File' class.
createInstance ( String, int )This method is from 'H4File' class.
delete ( HObject )This method is from 'H4File' class.
...
[+] H4GRImage (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (20)
H4GRImage ( FileFormat, String, String )This constructor is from 'H4GRImage' class.
H4GRImage ( FileFormat, String, String, long[ ] )This constructor is from 'H4GRImage' class.
close ( int )This method is from 'H4GRImage' class.
copy ( Group, String, long[ ], Object )This method is from 'H4GRImage' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H4GRImage' class.
getComponentCount ( )This method is from 'H4GRImage' class.
getDatatype ( )This method is from 'H4GRImage' class.
getMetadata ( )This method is from 'H4GRImage' class.
getMetadata ( int[ ] )This method is from 'H4GRImage' class.
getPalette ( )This method is from 'H4GRImage' class.
getPaletteRefs ( )This method is from 'H4GRImage' class.
hasAttribute ( )This method is from 'H4GRImage' class.
...
[+] H4Group (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (10)
H4Group ( FileFormat, String, String, Group )This constructor is from 'H4Group' class.
H4Group ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H4Group' class.
close ( int )This method is from 'H4Group' class.
create ( String, Group )This method is from 'H4Group' class.
getMetadata ( )This method is from 'H4Group' class.
getMetadata ( int[ ] )This method is from 'H4Group' class.
hasAttribute ( )This method is from 'H4Group' class.
open ( )This method is from 'H4Group' class.
removeMetadata ( Object )This method is from 'H4Group' class.
writeMetadata ( Object )This method is from 'H4Group' class.
[+] H4SDS (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (19)
H4SDS ( FileFormat, String, String )This constructor is from 'H4SDS' class.
H4SDS ( FileFormat, String, String, long[ ] )This constructor is from 'H4SDS' class.
close ( int )This method is from 'H4SDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H4SDS' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H4SDS' class.
getDatatype ( )This method is from 'H4SDS' class.
getMetadata ( )This method is from 'H4SDS' class.
getMetadata ( int[ ] )This method is from 'H4SDS' class.
getPalette ( )This method is from 'H4SDS' class.
getPaletteRefs ( )This method is from 'H4SDS' class.
hasAttribute ( )This method is from 'H4SDS' class.
init ( )This method is from 'H4SDS' class.
...
[+] H4Vdata (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (17)
H4Vdata ( FileFormat, String, String )This constructor is from 'H4Vdata' class.
H4Vdata ( FileFormat, String, String, long[ ] )This constructor is from 'H4Vdata' class.
close ( int )This method is from 'H4Vdata' class.
getDatatype ( )This method is from 'H4Vdata' class.
getFieldCount ( )This method is from 'H4Vdata' class.
getFieldOrders ( )This method is from 'H4Vdata' class.
getMetadata ( )This method is from 'H4Vdata' class.
getMetadata ( int[ ] )This method is from 'H4Vdata' class.
getRecordCount ( )This method is from 'H4Vdata' class.
hasAttribute ( )This method is from 'H4Vdata' class.
init ( )This method is from 'H4Vdata' class.
open ( )This method is from 'H4Vdata' class.
...
jhdf5obj.jar
package ncsa.hdf.object.h5
[+] H5CompoundDS (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (21)
H5CompoundDS ( FileFormat, String, String )This constructor is from 'H5CompoundDS' class.
H5CompoundDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5CompoundDS' class.
clear ( )This method is from 'H5CompoundDS' class.
close ( int )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], long[ ], long[ ], int, String[ ], Datatype[ ], int[ ], long[ ][ ], Object )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], long[ ][ ], Object )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )This method is from 'H5CompoundDS' class.
getDatatype ( )This method is from 'H5CompoundDS' class.
getMetadata ( )This method is from 'H5CompoundDS' class.
getMetadata ( int[ ] )This method is from 'H5CompoundDS' class.
getSize ( int )This method is from 'H5CompoundDS' class.
hasAttribute ( )This method is from 'H5CompoundDS' class.
...
[+] H5Datatype (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (22)
H5Datatype ( int )This constructor is from 'H5Datatype' class.
H5Datatype ( int, int, int, int )This constructor is from 'H5Datatype' class.
H5Datatype ( FileFormat, String, String )This constructor is from 'H5Datatype' class.
H5Datatype ( FileFormat, String, String, long[ ] )This constructor is from 'H5Datatype' class.
allocateArray ( int, int )This method is from 'H5Datatype' class.
close ( int )This method is from 'H5Datatype' class.
convertEnumNameToValue ( int, String[ ], int[ ] )This method is from 'H5Datatype' class.
convertEnumValueToName ( int, Object, String[ ] )This method is from 'H5Datatype' class.
fromNative ( int )This method is from 'H5Datatype' class.
getDatatypeDescription ( )This method is from 'H5Datatype' class.
getDatatypeDescription ( int )This method is from 'H5Datatype' class.
getDatatypeSize ( int )This method is from 'H5Datatype' class.
...
[+] H5File (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (37)
H5File ( )This constructor is from 'H5File' class.
H5File ( String )This constructor is from 'H5File' class.
H5File ( String, int )This constructor is from 'H5File' class.
close ( )This method is from 'H5File' class.
copy ( HObject, Group, String )This method is from 'H5File' class.
copyAttributes ( int, int )This method is from 'H5File' class.
copyAttributes ( HObject, HObject )This method is from 'H5File' class.
createCompoundDS ( String, Group, long[ ], long[ ], long[ ], int, String[ ], Datatype[ ], int[ ], Object )This method is from 'H5File' class.
createDatatype ( int, int, int, int )This method is from 'H5File' class.
createDatatype ( int, int, int, int, String )This method is from 'H5File' class.
createFile ( String, int )This method is from 'H5File' class.
createGcpl ( int, int, int )This method is from 'H5File' class.
...
[+] H5Group (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (14)
H5Group ( FileFormat, String, String, Group )This constructor is from 'H5Group' class.
H5Group ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H5Group' class.
clear ( )This method is from 'H5Group' class.
close ( int )This method is from 'H5Group' class.
create ( String, Group, int[ ] )This method is from 'H5Group' class.
getMetadata ( )This method is from 'H5Group' class.
getMetadata ( int[ ] )This method is from 'H5Group' class.
getNumberOfMembersInFile ( )This method is from 'H5Group' class.
hasAttribute ( )This method is from 'H5Group' class.
open ( )This method is from 'H5Group' class.
removeMetadata ( Object )This method is from 'H5Group' class.
setName ( String )This method is from 'H5Group' class.
...
[+] H5Link (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (9)
H5Link ( FileFormat, String, String )This constructor is from 'H5Link' class.
H5Link ( FileFormat, String, String, long[ ] )This constructor is from 'H5Link' class.
close ( int )This method is from 'H5Link' class.
getMetadata ( )This method is from 'H5Link' class.
getMetadata ( int[ ] )This method is from 'H5Link' class.
hasAttribute ( )This method is from 'H5Link' class.
open ( )This method is from 'H5Link' class.
removeMetadata ( Object )This method is from 'H5Link' class.
writeMetadata ( Object )This method is from 'H5Link' class.
[+] H5ScalarDS (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (23)
H5ScalarDS ( FileFormat, String, String )This constructor is from 'H5ScalarDS' class.
H5ScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5ScalarDS' class.
clear ( )This method is from 'H5ScalarDS' class.
close ( int )This method is from 'H5ScalarDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H5ScalarDS' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H5ScalarDS' class.
extend ( long[ ] )This method is from 'H5ScalarDS' class.
getDatatype ( )This method is from 'H5ScalarDS' class.
getMetadata ( )This method is from 'H5ScalarDS' class.
getMetadata ( int[ ] )This method is from 'H5ScalarDS' class.
getPalette ( )This method is from 'H5ScalarDS' class.
getPaletteName ( int )This method is from 'H5ScalarDS' class.
...
jhdfobj.jar
package ncsa.hdf.object
[+] Attribute (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (19)
Attribute ( String, Datatype, long[ ] )This constructor is from 'Attribute' class.
Attribute ( String, Datatype, long[ ], Object )This constructor is from 'Attribute' class.
getDataDims ( )This method is from 'Attribute' class.
getName ( )This method is from 'Attribute' class.
getRank ( )This method is from 'Attribute' class.
getType ( )This method is from 'Attribute' class.
getValue ( )This method is from 'Attribute' class.
isUnsigned ( )This method is from 'Attribute' class.
setValue ( Object )This method is from 'Attribute' class.
toString ( )This method is from 'Attribute' class.
toString ( String )This method is from 'Attribute' class.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this abstract method has type 'Attribute'.
...
[+] HObject (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (71)
copy ( HObject, Group )1st parameter 'p1' of this method has type 'HObject'.
copy ( HObject, Group, String )1st parameter 'p1' of this abstract method has type 'HObject'.
createLink ( Group, String, Object )Return value of this method has type 'HObject'.
createLink ( Group, String, String, int )Return value of this method has type 'HObject'.
createLink ( Group, String, HObject, int )3rd parameter 'p3' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this abstract method has type 'HObject'.
findObject ( FileFormat, long[ ] )Return value of this method has type 'HObject'.
findObject ( FileFormat, String )Return value of this method has type 'HObject'.
get ( String )Return value of this abstract method has type 'HObject'.
getHObject ( String )Return value of this method has type 'HObject'.
getHObject ( String, String )Return value of this method has type 'HObject'.
renameAttribute ( HObject, String, String )1st parameter 'p1' of this method has type 'HObject'.
...
jhdfview.jar
package ncsa.hdf.view
[+] Chart (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (6)
Chart ( Frame, String, int, double[ ][ ], double[ ], double[ ] )This constructor is from 'Chart' class.
actionPerformed ( ActionEvent )This method is from 'Chart' class.
createUI ( )This method is from 'Chart' class.
setLineColors ( Color[ ] )This method is from 'Chart' class.
setLineLabels ( String[ ] )This method is from 'Chart' class.
setTypeToInteger ( )This method is from 'Chart' class.
[+] DataOptionDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (9)
DataOptionDialog ( ViewManager, Dataset )This constructor is from 'DataOptionDialog' class.
actionPerformed ( ActionEvent )This method is from 'DataOptionDialog' class.
getBitmask ( )This method is from 'DataOptionDialog' class.
getDataViewName ( )This method is from 'DataOptionDialog' class.
isCancelled ( )This method is from 'DataOptionDialog' class.
isDisplayTypeChar ( )This method is from 'DataOptionDialog' class.
isImageDisplay ( )This method is from 'DataOptionDialog' class.
isTransposed ( )This method is from 'DataOptionDialog' class.
itemStateChanged ( ItemEvent )This method is from 'DataOptionDialog' class.
[+] DefaultImageView (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (16)
DefaultImageView ( ViewManager )This constructor is from 'DefaultImageView' class.
DefaultImageView ( ViewManager, HashMap )This constructor is from 'DefaultImageView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultImageView' class.
createIndexedImage ( byte[ ], byte[ ][ ], int, int )This method is from 'DefaultImageView' class.
createTrueColorImage ( byte[ ], boolean, int, int )This method is from 'DefaultImageView' class.
dispose ( )This method is from 'DefaultImageView' class.
getDataObject ( )This method is from 'DefaultImageView' class.
getImage ( )This method is from 'DefaultImageView' class.
getImageByteData ( )This method is from 'DefaultImageView' class.
getPalette ( )This method is from 'DefaultImageView' class.
getSelectedArea ( )This method is from 'DefaultImageView' class.
getSelectedData ( )This method is from 'DefaultImageView' class.
...
[+] DefaultMetaDataView (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (6)
DefaultMetaDataView ( ViewManager )This constructor is from 'DefaultMetaDataView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultMetaDataView' class.
addAttribute ( HObject )This method is from 'DefaultMetaDataView' class.
deleteAttribute ( HObject )This method is from 'DefaultMetaDataView' class.
dispose ( )This method is from 'DefaultMetaDataView' class.
getDataObject ( )This method is from 'DefaultMetaDataView' class.
[+] DefaultPaletteView (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (13)
DefaultPaletteView ( ImageView )This constructor is from 'DefaultPaletteView' class.
DefaultPaletteView ( ViewManager, ImageView )This constructor is from 'DefaultPaletteView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultPaletteView' class.
dispose ( )This method is from 'DefaultPaletteView' class.
getDataObject ( )This method is from 'DefaultPaletteView' class.
itemStateChanged ( ItemEvent )This method is from 'DefaultPaletteView' class.
mouseClicked ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseDragged ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseEntered ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseExited ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseMoved ( MouseEvent )This method is from 'DefaultPaletteView' class.
mousePressed ( MouseEvent )This method is from 'DefaultPaletteView' class.
...
[+] DefaultTextView (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (10)
DefaultTextView ( ViewManager )This constructor is from 'DefaultTextView' class.
DefaultTextView ( ViewManager, HashMap )This constructor is from 'DefaultTextView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTextView' class.
dispose ( )This method is from 'DefaultTextView' class.
getDataObject ( )This method is from 'DefaultTextView' class.
getText ( )This method is from 'DefaultTextView' class.
keyPressed ( KeyEvent )This method is from 'DefaultTextView' class.
keyReleased ( KeyEvent )This method is from 'DefaultTextView' class.
keyTyped ( KeyEvent )This method is from 'DefaultTextView' class.
updateValueInFile ( )This method is from 'DefaultTextView' class.
[+] DefaultTreeView (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (14)
DefaultTreeView ( ViewManager )This constructor is from 'DefaultTreeView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTreeView' class.
addObject ( HObject, Group )This method is from 'DefaultTreeView' class.
closeFile ( FileFormat )This method is from 'DefaultTreeView' class.
findTreeNode ( HObject )This method is from 'DefaultTreeView' class.
getCurrentFiles ( )This method is from 'DefaultTreeView' class.
getCurrentObject ( )This method is from 'DefaultTreeView' class.
getSelectedFile ( )This method is from 'DefaultTreeView' class.
getSelectedObjects ( )This method is from 'DefaultTreeView' class.
getTree ( )This method is from 'DefaultTreeView' class.
openFile ( String, int )This method is from 'DefaultTreeView' class.
saveFile ( FileFormat )This method is from 'DefaultTreeView' class.
...
[+] FileConversionDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (4)
FileConversionDialog ( Frame, String, String, String, List )This constructor is from 'FileConversionDialog' class.
actionPerformed ( ActionEvent )This method is from 'FileConversionDialog' class.
getConvertedFile ( )This method is from 'FileConversionDialog' class.
isFileConverted ( )This method is from 'FileConversionDialog' class.
[+] HDFView (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (23)
HDFView ( String, List, int, int, int, int )This constructor is from 'HDFView' class.
actionPerformed ( ActionEvent )This method is from 'HDFView' class.
addDataView ( DataView )This method is from 'HDFView' class.
dispose ( )This method is from 'HDFView' class.
dragEnter ( DropTargetDragEvent )This method is from 'HDFView' class.
dragExit ( DropTargetEvent )This method is from 'HDFView' class.
dragOver ( DropTargetDragEvent )This method is from 'HDFView' class.
drop ( DropTargetDropEvent )This method is from 'HDFView' class.
dropActionChanged ( DropTargetDragEvent )This method is from 'HDFView' class.
getDataView ( HObject )This method is from 'HDFView' class.
getDataViews ( )This method is from 'HDFView' class.
getListOfImageView ( )This method is from 'HDFView' class.
...
[+] MathConversionDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (4)
MathConversionDialog ( JFrame, Object )This constructor is from 'MathConversionDialog' class.
actionPerformed ( ActionEvent )This method is from 'MathConversionDialog' class.
isConverted ( )This method is from 'MathConversionDialog' class.
valueChanged ( ListSelectionEvent )This method is from 'MathConversionDialog' class.
[+] NewAttributeDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (5)
NewAttributeDialog ( Dialog, HObject, Enumeration )This constructor is from 'NewAttributeDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewAttributeDialog' class.
getAttribute ( )This method is from 'NewAttributeDialog' class.
hyperlinkUpdate ( HyperlinkEvent )This method is from 'NewAttributeDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewAttributeDialog' class.
[+] NewDatasetDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (7)
NewDatasetDialog ( JFrame, Group, List )This constructor is from 'NewDatasetDialog' class.
NewDatasetDialog ( JFrame, Group, List, DataView )This constructor is from 'NewDatasetDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewDatasetDialog' class.
getObject ( )This method is from 'NewDatasetDialog' class.
getParentGroup ( )This method is from 'NewDatasetDialog' class.
hyperlinkUpdate ( HyperlinkEvent )This method is from 'NewDatasetDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewDatasetDialog' class.
[+] NewDatatypeDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (5)
NewDatatypeDialog ( JFrame, Group, List )This constructor is from 'NewDatatypeDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewDatatypeDialog' class.
getObject ( )This method is from 'NewDatatypeDialog' class.
getParentGroup ( )This method is from 'NewDatatypeDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewDatatypeDialog' class.
[+] NewFileDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (4)
NewFileDialog ( JFrame, String, String, List )This constructor is from 'NewFileDialog' class.
fireActionPerformed ( String )This method is from 'NewFileDialog' class.
getFile ( )This method is from 'NewFileDialog' class.
isFileCreated ( )This method is from 'NewFileDialog' class.
[+] NewGroupDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (8)
NewGroupDialog ( Frame, Group, List )This constructor is from 'NewGroupDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewGroupDialog' class.
getObject ( )This method is from 'NewGroupDialog' class.
getParentGroup ( )This method is from 'NewGroupDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewGroupDialog' class.
keyPressed ( KeyEvent )This method is from 'NewGroupDialog' class.
keyReleased ( KeyEvent )This method is from 'NewGroupDialog' class.
keyTyped ( KeyEvent )This method is from 'NewGroupDialog' class.
[+] NewImageDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (5)
NewImageDialog ( Frame, Group, List )This constructor is from 'NewImageDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewImageDialog' class.
getObject ( )This method is from 'NewImageDialog' class.
getParentGroup ( )This method is from 'NewImageDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewImageDialog' class.
[+] NewLinkDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (8)
NewLinkDialog ( JFrame, Group, List )This constructor is from 'NewLinkDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewLinkDialog' class.
changedUpdate ( DocumentEvent )This method is from 'NewLinkDialog' class.
getObject ( )This method is from 'NewLinkDialog' class.
getParentGroup ( )This method is from 'NewLinkDialog' class.
insertUpdate ( DocumentEvent )This method is from 'NewLinkDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewLinkDialog' class.
removeUpdate ( DocumentEvent )This method is from 'NewLinkDialog' class.
[+] NewTableDataDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (5)
NewTableDataDialog ( JFrame, Group, List )This constructor is from 'NewTableDataDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewTableDataDialog' class.
getObject ( )This method is from 'NewTableDataDialog' class.
getParentGroup ( )This method is from 'NewTableDataDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewTableDataDialog' class.
[+] UserOptionsDialog (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (6)
UserOptionsDialog ( JFrame, String )This constructor is from 'UserOptionsDialog' class.
actionPerformed ( ActionEvent )This method is from 'UserOptionsDialog' class.
isFontChanged ( )This method is from 'UserOptionsDialog' class.
isUserGuideChanged ( )This method is from 'UserOptionsDialog' class.
isWorkDirChanged ( )This method is from 'UserOptionsDialog' class.
setVisible ( boolean )This method is from 'UserOptionsDialog' class.
[+] ViewProperties (1)
| Change | Effect |
---|
1 | Access level of field serialVersionUID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (89)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )This method is from 'ViewProperties' class.
getAppsIcon ( )This method is from 'ViewProperties' class.
getAudioIcon ( )This method is from 'ViewProperties' class.
getAutocontrastIcon ( )This method is from 'ViewProperties' class.
getBlankIcon ( )This method is from 'ViewProperties' class.
getBrightIcon ( )This method is from 'ViewProperties' class.
getChartIcon ( )This method is from 'ViewProperties' class.
getCopyIcon ( )This method is from 'ViewProperties' class.
getCutIcon ( )This method is from 'ViewProperties' class.
getDataDelimiter ( )This method is from 'ViewProperties' class.
getDatasetIcon ( )This method is from 'ViewProperties' class.
...
to the top
Problems with Methods, High Severity (5)
jhdf5.jar, H5
package ncsa.hdf.hdf5lib
[+] H5._H5Gcreate2 ( int p1, String p2, int p3, int p4, int p5 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5._H5Gcreate2:(ILjava/lang/String;III)I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] H5._H5Gcreate_anon ( int p1, int p2, int p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5._H5Gcreate_anon:(III)I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] H5._H5Gopen2 ( int p1, String p2, int p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5._H5Gopen2:(ILjava/lang/String;I)I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] H5._H5Oopen ( int p1, String p2, int p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5._H5Oopen:(ILjava/lang/String;I)I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] H5._H5Screate_simple ( int p1, long[ ] p2, long[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5._H5Screate_simple:(I[J[J)I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium Severity (35)
jhdf4obj.jar
package ncsa.hdf.object.h4
[+] H4Datatype (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -1342029403385521874l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (12)
H4Datatype ( int )This constructor is from 'H4Datatype' class.
H4Datatype ( int, int, int, int )This constructor is from 'H4Datatype' class.
allocateArray ( int, int )This method is from 'H4Datatype' class.
close ( int )This method is from 'H4Datatype' class.
fromNative ( int )This method is from 'H4Datatype' class.
getDatatypeDescription ( )This method is from 'H4Datatype' class.
getDatatypeDescription ( int )This method is from 'H4Datatype' class.
getMetadata ( int[ ] )This method is from 'H4Datatype' class.
hasAttribute ( )This method is from 'H4Datatype' class.
isUnsigned ( )This method is from 'H4Datatype' class.
isUnsigned ( int )This method is from 'H4Datatype' class.
toNative ( )This method is from 'H4Datatype' class.
...
[+] H4File (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 8985533001471224030l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (19)
H4File ( )This constructor is from 'H4File' class.
H4File ( String )This constructor is from 'H4File' class.
H4File ( String, int )This constructor is from 'H4File' class.
close ( )This method is from 'H4File' class.
copy ( HObject, Group, String )This method is from 'H4File' class.
createDatatype ( int, int, int, int )This method is from 'H4File' class.
createDatatype ( int, int, int, int, String )This method is from 'H4File' class.
createFile ( String, int )This method is from 'H4File' class.
createGroup ( String, Group )This method is from 'H4File' class.
createImage ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H4File' class.
createInstance ( String, int )This method is from 'H4File' class.
delete ( HObject )This method is from 'H4File' class.
...
[+] H4GRImage (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 1029672744963360976l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (20)
H4GRImage ( FileFormat, String, String )This constructor is from 'H4GRImage' class.
H4GRImage ( FileFormat, String, String, long[ ] )This constructor is from 'H4GRImage' class.
close ( int )This method is from 'H4GRImage' class.
copy ( Group, String, long[ ], Object )This method is from 'H4GRImage' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H4GRImage' class.
getComponentCount ( )This method is from 'H4GRImage' class.
getDatatype ( )This method is from 'H4GRImage' class.
getMetadata ( )This method is from 'H4GRImage' class.
getMetadata ( int[ ] )This method is from 'H4GRImage' class.
getPalette ( )This method is from 'H4GRImage' class.
getPaletteRefs ( )This method is from 'H4GRImage' class.
hasAttribute ( )This method is from 'H4GRImage' class.
...
[+] H4Group (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 3785240955078867900l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (10)
H4Group ( FileFormat, String, String, Group )This constructor is from 'H4Group' class.
H4Group ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H4Group' class.
close ( int )This method is from 'H4Group' class.
create ( String, Group )This method is from 'H4Group' class.
getMetadata ( )This method is from 'H4Group' class.
getMetadata ( int[ ] )This method is from 'H4Group' class.
hasAttribute ( )This method is from 'H4Group' class.
open ( )This method is from 'H4Group' class.
removeMetadata ( Object )This method is from 'H4Group' class.
writeMetadata ( Object )This method is from 'H4Group' class.
[+] H4SDS (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 2557157923292438696l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (19)
H4SDS ( FileFormat, String, String )This constructor is from 'H4SDS' class.
H4SDS ( FileFormat, String, String, long[ ] )This constructor is from 'H4SDS' class.
close ( int )This method is from 'H4SDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H4SDS' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H4SDS' class.
getDatatype ( )This method is from 'H4SDS' class.
getMetadata ( )This method is from 'H4SDS' class.
getMetadata ( int[ ] )This method is from 'H4SDS' class.
getPalette ( )This method is from 'H4SDS' class.
getPaletteRefs ( )This method is from 'H4SDS' class.
hasAttribute ( )This method is from 'H4SDS' class.
init ( )This method is from 'H4SDS' class.
...
[+] H4Vdata (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -5978700886955419959l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (17)
H4Vdata ( FileFormat, String, String )This constructor is from 'H4Vdata' class.
H4Vdata ( FileFormat, String, String, long[ ] )This constructor is from 'H4Vdata' class.
close ( int )This method is from 'H4Vdata' class.
getDatatype ( )This method is from 'H4Vdata' class.
getFieldCount ( )This method is from 'H4Vdata' class.
getFieldOrders ( )This method is from 'H4Vdata' class.
getMetadata ( )This method is from 'H4Vdata' class.
getMetadata ( int[ ] )This method is from 'H4Vdata' class.
getRecordCount ( )This method is from 'H4Vdata' class.
hasAttribute ( )This method is from 'H4Vdata' class.
init ( )This method is from 'H4Vdata' class.
open ( )This method is from 'H4Vdata' class.
...
jhdf5obj.jar
package ncsa.hdf.object.h5
[+] H5CompoundDS (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -5968625125574032736l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (21)
H5CompoundDS ( FileFormat, String, String )This constructor is from 'H5CompoundDS' class.
H5CompoundDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5CompoundDS' class.
clear ( )This method is from 'H5CompoundDS' class.
close ( int )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], long[ ], long[ ], int, String[ ], Datatype[ ], int[ ], long[ ][ ], Object )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], long[ ][ ], Object )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )This method is from 'H5CompoundDS' class.
getDatatype ( )This method is from 'H5CompoundDS' class.
getMetadata ( )This method is from 'H5CompoundDS' class.
getMetadata ( int[ ] )This method is from 'H5CompoundDS' class.
getSize ( int )This method is from 'H5CompoundDS' class.
hasAttribute ( )This method is from 'H5CompoundDS' class.
...
[+] H5Datatype (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -750546422258749792l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (22)
H5Datatype ( int )This constructor is from 'H5Datatype' class.
H5Datatype ( int, int, int, int )This constructor is from 'H5Datatype' class.
H5Datatype ( FileFormat, String, String )This constructor is from 'H5Datatype' class.
H5Datatype ( FileFormat, String, String, long[ ] )This constructor is from 'H5Datatype' class.
allocateArray ( int, int )This method is from 'H5Datatype' class.
close ( int )This method is from 'H5Datatype' class.
convertEnumNameToValue ( int, String[ ], int[ ] )This method is from 'H5Datatype' class.
convertEnumValueToName ( int, Object, String[ ] )This method is from 'H5Datatype' class.
fromNative ( int )This method is from 'H5Datatype' class.
getDatatypeDescription ( )This method is from 'H5Datatype' class.
getDatatypeDescription ( int )This method is from 'H5Datatype' class.
getDatatypeSize ( int )This method is from 'H5Datatype' class.
...
[+] H5File (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 6247335559471526045l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (37)
H5File ( )This constructor is from 'H5File' class.
H5File ( String )This constructor is from 'H5File' class.
H5File ( String, int )This constructor is from 'H5File' class.
close ( )This method is from 'H5File' class.
copy ( HObject, Group, String )This method is from 'H5File' class.
copyAttributes ( int, int )This method is from 'H5File' class.
copyAttributes ( HObject, HObject )This method is from 'H5File' class.
createCompoundDS ( String, Group, long[ ], long[ ], long[ ], int, String[ ], Datatype[ ], int[ ], Object )This method is from 'H5File' class.
createDatatype ( int, int, int, int )This method is from 'H5File' class.
createDatatype ( int, int, int, int, String )This method is from 'H5File' class.
createFile ( String, int )This method is from 'H5File' class.
createGcpl ( int, int, int )This method is from 'H5File' class.
...
[+] H5Group (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -951164512330444150l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (14)
H5Group ( FileFormat, String, String, Group )This constructor is from 'H5Group' class.
H5Group ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H5Group' class.
clear ( )This method is from 'H5Group' class.
close ( int )This method is from 'H5Group' class.
create ( String, Group, int[ ] )This method is from 'H5Group' class.
getMetadata ( )This method is from 'H5Group' class.
getMetadata ( int[ ] )This method is from 'H5Group' class.
getNumberOfMembersInFile ( )This method is from 'H5Group' class.
hasAttribute ( )This method is from 'H5Group' class.
open ( )This method is from 'H5Group' class.
removeMetadata ( Object )This method is from 'H5Group' class.
setName ( String )This method is from 'H5Group' class.
...
[+] H5Link (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -8137277460521594367l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (9)
H5Link ( FileFormat, String, String )This constructor is from 'H5Link' class.
H5Link ( FileFormat, String, String, long[ ] )This constructor is from 'H5Link' class.
close ( int )This method is from 'H5Link' class.
getMetadata ( )This method is from 'H5Link' class.
getMetadata ( int[ ] )This method is from 'H5Link' class.
hasAttribute ( )This method is from 'H5Link' class.
open ( )This method is from 'H5Link' class.
removeMetadata ( Object )This method is from 'H5Link' class.
writeMetadata ( Object )This method is from 'H5Link' class.
[+] H5ScalarDS (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 2887517608230611642l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (23)
H5ScalarDS ( FileFormat, String, String )This constructor is from 'H5ScalarDS' class.
H5ScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5ScalarDS' class.
clear ( )This method is from 'H5ScalarDS' class.
close ( int )This method is from 'H5ScalarDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H5ScalarDS' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H5ScalarDS' class.
extend ( long[ ] )This method is from 'H5ScalarDS' class.
getDatatype ( )This method is from 'H5ScalarDS' class.
getMetadata ( )This method is from 'H5ScalarDS' class.
getMetadata ( int[ ] )This method is from 'H5ScalarDS' class.
getPalette ( )This method is from 'H5ScalarDS' class.
getPaletteName ( int )This method is from 'H5ScalarDS' class.
...
jhdfobj.jar
package ncsa.hdf.object
[+] Attribute (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 2072473407027648309l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (19)
Attribute ( String, Datatype, long[ ] )This constructor is from 'Attribute' class.
Attribute ( String, Datatype, long[ ], Object )This constructor is from 'Attribute' class.
getDataDims ( )This method is from 'Attribute' class.
getName ( )This method is from 'Attribute' class.
getRank ( )This method is from 'Attribute' class.
getType ( )This method is from 'Attribute' class.
getValue ( )This method is from 'Attribute' class.
isUnsigned ( )This method is from 'Attribute' class.
setValue ( Object )This method is from 'Attribute' class.
toString ( )This method is from 'Attribute' class.
toString ( String )This method is from 'Attribute' class.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this abstract method has type 'Attribute'.
...
[+] FileFormat (1)
| Change | Effect |
---|
1 | Abstract method createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object, Object ) has been added to this class. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method createFromScratch ( ) and may not be implemented by old clients. |
[+] affected methods (97)
CompoundDS ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
CompoundDS ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
FileFormat ( String )This constructor is from 'FileFormat' abstract class.
addFileExtension ( String )This method is from 'FileFormat' abstract class.
addFileFormat ( String, FileFormat )2nd parameter 'p2' of this method has type 'FileFormat'.
close ( )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group )This method is from 'FileFormat' abstract class.
copy ( HObject, Group, String )This abstract method is from 'FileFormat' abstract class.
...
[+] HObject (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -1723666708199882519l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (71)
copy ( HObject, Group )1st parameter 'p1' of this method has type 'HObject'.
copy ( HObject, Group, String )1st parameter 'p1' of this abstract method has type 'HObject'.
createLink ( Group, String, Object )Return value of this method has type 'HObject'.
createLink ( Group, String, String, int )Return value of this method has type 'HObject'.
createLink ( Group, String, HObject, int )3rd parameter 'p3' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this abstract method has type 'HObject'.
findObject ( FileFormat, long[ ] )Return value of this method has type 'HObject'.
findObject ( FileFormat, String )Return value of this method has type 'HObject'.
get ( String )Return value of this abstract method has type 'HObject'.
getHObject ( String )Return value of this method has type 'HObject'.
getHObject ( String, String )Return value of this method has type 'HObject'.
renameAttribute ( HObject, String, String )1st parameter 'p1' of this method has type 'HObject'.
...
jhdfview.jar
package ncsa.hdf.view
[+] Chart (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 6306479533747330357l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (6)
Chart ( Frame, String, int, double[ ][ ], double[ ], double[ ] )This constructor is from 'Chart' class.
actionPerformed ( ActionEvent )This method is from 'Chart' class.
createUI ( )This method is from 'Chart' class.
setLineColors ( Color[ ] )This method is from 'Chart' class.
setLineLabels ( String[ ] )This method is from 'Chart' class.
setTypeToInteger ( )This method is from 'Chart' class.
[+] DataOptionDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -1078411885690696784l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (9)
DataOptionDialog ( ViewManager, Dataset )This constructor is from 'DataOptionDialog' class.
actionPerformed ( ActionEvent )This method is from 'DataOptionDialog' class.
getBitmask ( )This method is from 'DataOptionDialog' class.
getDataViewName ( )This method is from 'DataOptionDialog' class.
isCancelled ( )This method is from 'DataOptionDialog' class.
isDisplayTypeChar ( )This method is from 'DataOptionDialog' class.
isImageDisplay ( )This method is from 'DataOptionDialog' class.
isTransposed ( )This method is from 'DataOptionDialog' class.
itemStateChanged ( ItemEvent )This method is from 'DataOptionDialog' class.
[+] DefaultImageView (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -6534336542813587242l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (16)
DefaultImageView ( ViewManager )This constructor is from 'DefaultImageView' class.
DefaultImageView ( ViewManager, HashMap )This constructor is from 'DefaultImageView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultImageView' class.
createIndexedImage ( byte[ ], byte[ ][ ], int, int )This method is from 'DefaultImageView' class.
createTrueColorImage ( byte[ ], boolean, int, int )This method is from 'DefaultImageView' class.
dispose ( )This method is from 'DefaultImageView' class.
getDataObject ( )This method is from 'DefaultImageView' class.
getImage ( )This method is from 'DefaultImageView' class.
getImageByteData ( )This method is from 'DefaultImageView' class.
getPalette ( )This method is from 'DefaultImageView' class.
getSelectedArea ( )This method is from 'DefaultImageView' class.
getSelectedData ( )This method is from 'DefaultImageView' class.
...
[+] DefaultMetaDataView (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 7891048909810508761l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (6)
DefaultMetaDataView ( ViewManager )This constructor is from 'DefaultMetaDataView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultMetaDataView' class.
addAttribute ( HObject )This method is from 'DefaultMetaDataView' class.
deleteAttribute ( HObject )This method is from 'DefaultMetaDataView' class.
dispose ( )This method is from 'DefaultMetaDataView' class.
getDataObject ( )This method is from 'DefaultMetaDataView' class.
[+] DefaultPaletteView (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -5092012421988388661l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (13)
DefaultPaletteView ( ImageView )This constructor is from 'DefaultPaletteView' class.
DefaultPaletteView ( ViewManager, ImageView )This constructor is from 'DefaultPaletteView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultPaletteView' class.
dispose ( )This method is from 'DefaultPaletteView' class.
getDataObject ( )This method is from 'DefaultPaletteView' class.
itemStateChanged ( ItemEvent )This method is from 'DefaultPaletteView' class.
mouseClicked ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseDragged ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseEntered ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseExited ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseMoved ( MouseEvent )This method is from 'DefaultPaletteView' class.
mousePressed ( MouseEvent )This method is from 'DefaultPaletteView' class.
...
[+] DefaultTextView (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 3892752752951438428l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (10)
DefaultTextView ( ViewManager )This constructor is from 'DefaultTextView' class.
DefaultTextView ( ViewManager, HashMap )This constructor is from 'DefaultTextView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTextView' class.
dispose ( )This method is from 'DefaultTextView' class.
getDataObject ( )This method is from 'DefaultTextView' class.
getText ( )This method is from 'DefaultTextView' class.
keyPressed ( KeyEvent )This method is from 'DefaultTextView' class.
keyReleased ( KeyEvent )This method is from 'DefaultTextView' class.
keyTyped ( KeyEvent )This method is from 'DefaultTextView' class.
updateValueInFile ( )This method is from 'DefaultTextView' class.
[+] DefaultTreeView (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 4092566164712521186l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (14)
DefaultTreeView ( ViewManager )This constructor is from 'DefaultTreeView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTreeView' class.
addObject ( HObject, Group )This method is from 'DefaultTreeView' class.
closeFile ( FileFormat )This method is from 'DefaultTreeView' class.
findTreeNode ( HObject )This method is from 'DefaultTreeView' class.
getCurrentFiles ( )This method is from 'DefaultTreeView' class.
getCurrentObject ( )This method is from 'DefaultTreeView' class.
getSelectedFile ( )This method is from 'DefaultTreeView' class.
getSelectedObjects ( )This method is from 'DefaultTreeView' class.
getTree ( )This method is from 'DefaultTreeView' class.
openFile ( String, int )This method is from 'DefaultTreeView' class.
saveFile ( FileFormat )This method is from 'DefaultTreeView' class.
...
[+] FileConversionDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 2645021913986116744l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (4)
FileConversionDialog ( Frame, String, String, String, List )This constructor is from 'FileConversionDialog' class.
actionPerformed ( ActionEvent )This method is from 'FileConversionDialog' class.
getConvertedFile ( )This method is from 'FileConversionDialog' class.
isFileConverted ( )This method is from 'FileConversionDialog' class.
[+] HDFView (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 2211017444445918998l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (23)
HDFView ( String, List, int, int, int, int )This constructor is from 'HDFView' class.
actionPerformed ( ActionEvent )This method is from 'HDFView' class.
addDataView ( DataView )This method is from 'HDFView' class.
dispose ( )This method is from 'HDFView' class.
dragEnter ( DropTargetDragEvent )This method is from 'HDFView' class.
dragExit ( DropTargetEvent )This method is from 'HDFView' class.
dragOver ( DropTargetDragEvent )This method is from 'HDFView' class.
drop ( DropTargetDropEvent )This method is from 'HDFView' class.
dropActionChanged ( DropTargetDragEvent )This method is from 'HDFView' class.
getDataView ( HObject )This method is from 'HDFView' class.
getDataViews ( )This method is from 'HDFView' class.
getListOfImageView ( )This method is from 'HDFView' class.
...
[+] MathConversionDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 5136554941147830371l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (4)
MathConversionDialog ( JFrame, Object )This constructor is from 'MathConversionDialog' class.
actionPerformed ( ActionEvent )This method is from 'MathConversionDialog' class.
isConverted ( )This method is from 'MathConversionDialog' class.
valueChanged ( ListSelectionEvent )This method is from 'MathConversionDialog' class.
[+] NewAttributeDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 4883237570834215275l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (5)
NewAttributeDialog ( Dialog, HObject, Enumeration )This constructor is from 'NewAttributeDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewAttributeDialog' class.
getAttribute ( )This method is from 'NewAttributeDialog' class.
hyperlinkUpdate ( HyperlinkEvent )This method is from 'NewAttributeDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewAttributeDialog' class.
[+] NewDatasetDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 5381164938654184532l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (7)
NewDatasetDialog ( JFrame, Group, List )This constructor is from 'NewDatasetDialog' class.
NewDatasetDialog ( JFrame, Group, List, DataView )This constructor is from 'NewDatasetDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewDatasetDialog' class.
getObject ( )This method is from 'NewDatasetDialog' class.
getParentGroup ( )This method is from 'NewDatasetDialog' class.
hyperlinkUpdate ( HyperlinkEvent )This method is from 'NewDatasetDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewDatasetDialog' class.
[+] NewDatatypeDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -1930736056916611522l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (5)
NewDatatypeDialog ( JFrame, Group, List )This constructor is from 'NewDatatypeDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewDatatypeDialog' class.
getObject ( )This method is from 'NewDatatypeDialog' class.
getParentGroup ( )This method is from 'NewDatatypeDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewDatatypeDialog' class.
[+] NewFileDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 4796246032789504234l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (4)
NewFileDialog ( JFrame, String, String, List )This constructor is from 'NewFileDialog' class.
fireActionPerformed ( String )This method is from 'NewFileDialog' class.
getFile ( )This method is from 'NewFileDialog' class.
isFileCreated ( )This method is from 'NewFileDialog' class.
[+] NewGroupDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 7340860373483987075l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (8)
NewGroupDialog ( Frame, Group, List )This constructor is from 'NewGroupDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewGroupDialog' class.
getObject ( )This method is from 'NewGroupDialog' class.
getParentGroup ( )This method is from 'NewGroupDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewGroupDialog' class.
keyPressed ( KeyEvent )This method is from 'NewGroupDialog' class.
keyReleased ( KeyEvent )This method is from 'NewGroupDialog' class.
keyTyped ( KeyEvent )This method is from 'NewGroupDialog' class.
[+] NewImageDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 6204900461720887966l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (5)
NewImageDialog ( Frame, Group, List )This constructor is from 'NewImageDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewImageDialog' class.
getObject ( )This method is from 'NewImageDialog' class.
getParentGroup ( )This method is from 'NewImageDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewImageDialog' class.
[+] NewLinkDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to 7100424106041533918l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (8)
NewLinkDialog ( JFrame, Group, List )This constructor is from 'NewLinkDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewLinkDialog' class.
changedUpdate ( DocumentEvent )This method is from 'NewLinkDialog' class.
getObject ( )This method is from 'NewLinkDialog' class.
getParentGroup ( )This method is from 'NewLinkDialog' class.
insertUpdate ( DocumentEvent )This method is from 'NewLinkDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewLinkDialog' class.
removeUpdate ( DocumentEvent )This method is from 'NewLinkDialog' class.
[+] NewTableDataDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -6786877503226330821l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (5)
NewTableDataDialog ( JFrame, Group, List )This constructor is from 'NewTableDataDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewTableDataDialog' class.
getObject ( )This method is from 'NewTableDataDialog' class.
getParentGroup ( )This method is from 'NewTableDataDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewTableDataDialog' class.
[+] UserOptionsDialog (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -8521813136101442590l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (6)
UserOptionsDialog ( JFrame, String )This constructor is from 'UserOptionsDialog' class.
actionPerformed ( ActionEvent )This method is from 'UserOptionsDialog' class.
isFontChanged ( )This method is from 'UserOptionsDialog' class.
isUserGuideChanged ( )This method is from 'UserOptionsDialog' class.
isWorkDirChanged ( )This method is from 'UserOptionsDialog' class.
setVisible ( boolean )This method is from 'UserOptionsDialog' class.
[+] ViewProperties (1)
| Change | Effect |
---|
1 | Value of final field serialVersionUID (long) has been changed from 240l to -6411465283887959066l. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (89)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )This method is from 'ViewProperties' class.
getAppsIcon ( )This method is from 'ViewProperties' class.
getAudioIcon ( )This method is from 'ViewProperties' class.
getAutocontrastIcon ( )This method is from 'ViewProperties' class.
getBlankIcon ( )This method is from 'ViewProperties' class.
getBrightIcon ( )This method is from 'ViewProperties' class.
getChartIcon ( )This method is from 'ViewProperties' class.
getCopyIcon ( )This method is from 'ViewProperties' class.
getCutIcon ( )This method is from 'ViewProperties' class.
getDataDelimiter ( )This method is from 'ViewProperties' class.
getDatasetIcon ( )This method is from 'ViewProperties' class.
...
to the top
Problems with Data Types, Low Severity (5)
jhdf4obj.jar
package ncsa.hdf.object.h4
[+] H4File (1)
| Change | Effect |
---|
1 | Method createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) has been moved up type hierarchy to createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) | Method createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) will be called instead of createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) in a client program. |
[+] affected methods (1)
createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )Method 'createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )' will be called instead of this method in a client program.
jhdf5obj.jar
package ncsa.hdf.object.h5
[+] H5Datatype (1)
| Change | Effect |
---|
1 | Method setName ( String ) has been overridden by setName ( String ) | Method setName ( String ) will be called instead of setName ( String ) in a client program. |
[+] affected methods (1)
setName ( String )Method 'setName ( String )' will be called instead of this method in a client program.
[+] H5File (1)
| Change | Effect |
---|
1 | Method createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) has been moved up type hierarchy to createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) | Method createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) will be called instead of createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) in a client program. |
[+] affected methods (1)
createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )Method 'createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )' will be called instead of this method in a client program.
jhdfobj.jar
package ncsa.hdf.object
[+] FileFormat (1)
| Change | Effect |
---|
1 | Abstract method createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object ) became non-abstract. | Some methods in this class may change behavior. |
[+] affected methods (1)
createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This abstract method is from 'FileFormat' abstract class.
jhdfview.jar
package ncsa.hdf.view
[+] ViewProperties (1)
| Change | Effect |
---|
1 | Value of final field VERSION (java.lang.String) has been changed from "2.7" to "2.8". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (89)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )This method is from 'ViewProperties' class.
getAppsIcon ( )This method is from 'ViewProperties' class.
getAudioIcon ( )This method is from 'ViewProperties' class.
getAutocontrastIcon ( )This method is from 'ViewProperties' class.
getBlankIcon ( )This method is from 'ViewProperties' class.
getBrightIcon ( )This method is from 'ViewProperties' class.
getChartIcon ( )This method is from 'ViewProperties' class.
getCopyIcon ( )This method is from 'ViewProperties' class.
getCutIcon ( )This method is from 'ViewProperties' class.
getDataDelimiter ( )This method is from 'ViewProperties' class.
getDatasetIcon ( )This method is from 'ViewProperties' class.
...
to the top
Problems with Methods, Low Severity (4)
jhdf5.jar, H5
package ncsa.hdf.hdf5lib
[+] H5.H5Dget_storage_size ( int p1 ) [static] : long (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_storage_size:(I)J]
| Change | Effect |
---|
1 | Added java.lang.IllegalArgumentException exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Pget_cache ( int p1, int[ ] p2, int[ ] p3, int[ ] p4, double[ ] p5 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_cache:(I[I[I[I[D)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Pset_fapl_log ( int p1, String p2, int p3, int p4 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_log:(ILjava/lang/String;II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
jhdfobj.jar, FileFormat
package ncsa.hdf.object
[+] FileFormat.createScalarDS ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, Object p8 ) [abstract] : Dataset (1)
[mangled: ncsa/hdf/object/FileFormat.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
| Change | Effect |
---|
1 | Method became non-abstract.
| A client program may change behavior. |
to the top
Other Changes in Data Types (80)
jhdf5.jar
package ncsa.hdf.hdf5lib
[+] HDF5Constants (73)
| Change | Effect |
---|
1 | Field H5AC_CURR_CACHE_CONFIG_VERSION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field H5AC_MAX_TRACE_FILE_NAME_LEN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field H5AC_METADATA_WRITE_STRATEGY_DISTRIBUTED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field H5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field H5C_decr_age_out has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field H5C_decr_age_out_with_threshold has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field H5C_decr_off has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field H5C_decr_threshold has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field H5C_flash_incr_add_space has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field H5C_flash_incr_off has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
11 | Field H5C_incr_off has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
12 | Field H5C_incr_threshold has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
13 | Field H5D_CHUNK_BTREE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
14 | Field H5D_FILL_TIME_IFSET has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
15 | Field H5FD_CORE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
16 | Field H5FD_DEFAULT_HADDR_SIZE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
17 | Field H5FD_DIRECT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
18 | Field H5FD_FAMILY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
19 | Field H5FD_LOG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
20 | Field H5FD_LOG_ALL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
21 | Field H5FD_LOG_ALLOC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
22 | Field H5FD_LOG_FILE_IO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
23 | Field H5FD_LOG_FILE_READ has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
24 | Field H5FD_LOG_FILE_WRITE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
25 | Field H5FD_LOG_FLAVOR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
26 | Field H5FD_LOG_LOC_IO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
27 | Field H5FD_LOG_LOC_READ has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
28 | Field H5FD_LOG_LOC_SEEK has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
29 | Field H5FD_LOG_LOC_WRITE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
30 | Field H5FD_LOG_NUM_IO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
31 | Field H5FD_LOG_NUM_READ has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
32 | Field H5FD_LOG_NUM_SEEK has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
33 | Field H5FD_LOG_NUM_TRUNCATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
34 | Field H5FD_LOG_NUM_WRITE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
35 | Field H5FD_LOG_TIME_CLOSE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
36 | Field H5FD_LOG_TIME_IO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
37 | Field H5FD_LOG_TIME_OPEN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
38 | Field H5FD_LOG_TIME_READ has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
39 | Field H5FD_LOG_TIME_SEEK has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
40 | Field H5FD_LOG_TIME_STAT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
41 | Field H5FD_LOG_TIME_WRITE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
42 | Field H5FD_MEM_BTREE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
43 | Field H5FD_MEM_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
44 | Field H5FD_MEM_DRAW has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
45 | Field H5FD_MEM_GHEAP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
46 | Field H5FD_MEM_LHEAP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
47 | Field H5FD_MEM_NOLIST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
48 | Field H5FD_MEM_NTYPES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
49 | Field H5FD_MEM_OHDR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
50 | Field H5FD_MEM_SUPER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
51 | Field H5FD_MPIO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
52 | Field H5FD_MULTI has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
53 | Field H5FD_SEC2 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
54 | Field H5FD_STDIO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
55 | Field H5FD_WINDOWS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
56 | Field H5P_ATTRIBUTE_CREATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
57 | Field H5P_ATTRIBUTE_CREATE_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
58 | Field H5P_DATATYPE_ACCESS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
59 | Field H5P_DATATYPE_ACCESS_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
60 | Field H5P_DATATYPE_CREATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
61 | Field H5P_DATATYPE_CREATE_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
62 | Field H5P_FILE_MOUNT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
63 | Field H5P_FILE_MOUNT_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
64 | Field H5P_GROUP_ACCESS_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
65 | Field H5P_GROUP_CREATE_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
66 | Field H5P_LINK_ACCESS_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
67 | Field H5P_LINK_CREATE_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
68 | Field H5P_OBJECT_COPY_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
69 | Field H5P_OBJECT_CREATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
70 | Field H5P_ROOT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
71 | Field H5P_STRING_CREATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
72 | Field H5T_CSET_UTF8 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
73 | Field H5_QUARTER_HADDR_MAX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
HDF5Constants ( )This constructor is from 'HDF5Constants' class.
jhdfobj.jar
package ncsa.hdf.object
[+] Attribute (1)
| Change | Effect |
---|
1 | Field isScalar has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (19)
Attribute ( String, Datatype, long[ ] )This constructor is from 'Attribute' class.
Attribute ( String, Datatype, long[ ], Object )This constructor is from 'Attribute' class.
getDataDims ( )This method is from 'Attribute' class.
getName ( )This method is from 'Attribute' class.
getRank ( )This method is from 'Attribute' class.
getType ( )This method is from 'Attribute' class.
getValue ( )This method is from 'Attribute' class.
isUnsigned ( )This method is from 'Attribute' class.
setValue ( Object )This method is from 'Attribute' class.
toString ( )This method is from 'Attribute' class.
toString ( String )This method is from 'Attribute' class.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this abstract method has type 'Attribute'.
...
jhdfview.jar
package ncsa.hdf.view
[+] ViewProperties (4)
| Change | Effect |
---|
1 | Field ORIGIN_LL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field ORIGIN_LR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field ORIGIN_UL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field ORIGIN_UR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (89)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )This method is from 'ViewProperties' class.
getAppsIcon ( )This method is from 'ViewProperties' class.
getAudioIcon ( )This method is from 'ViewProperties' class.
getAutocontrastIcon ( )This method is from 'ViewProperties' class.
getBlankIcon ( )This method is from 'ViewProperties' class.
getBrightIcon ( )This method is from 'ViewProperties' class.
getChartIcon ( )This method is from 'ViewProperties' class.
getCopyIcon ( )This method is from 'ViewProperties' class.
getCutIcon ( )This method is from 'ViewProperties' class.
getDataDelimiter ( )This method is from 'ViewProperties' class.
getDatasetIcon ( )This method is from 'ViewProperties' class.
...
[+] ViewProperties.DATA_VIEW_KEY (2)
| Change | Effect |
---|
1 | Field BITMASKOP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field INDEXBASE1 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
valueOf ( String )This method is from 'ViewProperties.DATA_VIEW_KEY' class.
values ( )This method is from 'ViewProperties.DATA_VIEW_KEY' class.
to the top
Java ARchives (6)
jhdf.jar
jhdf4obj.jar
jhdf5.jar
jhdf5obj.jar
jhdfobj.jar
jhdfview.jar
to the top