Binary compatibility report for the HDF-Java library between 2.4 and 2.6.1 versions
Test Info
Library Name | HDF-Java |
Version #1 | 2.4 |
Version #2 | 2.6.1 |
Test Results
Total Java ARchives | 7 |
---|
Total Methods / Classes | 1739 / 139 |
---|
Verdict | Incompatible (9.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 60 |
---|
Removed Methods | High | 90 |
---|
Problems with Data Types | High | 30 |
---|
Medium | 1 |
Low | 9 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 40 |
Other Changes in Data Types | - | 8 |
Added Methods (60)
jhdf.jar, HDFLibrary.class
package ncsa.hdf.hdflib
HDFLibrary.loadH4Lib ( ) [static] : void
[mangled: ncsa/hdf/hdflib/HDFLibrary.loadH4Lib:()V]
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5.getOpenID ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.getOpenID:(I)I]
H5.getOpenIDCount ( ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.getOpenIDCount:()I]
H5.H5Dread ( int p1, int p2, int p3, int p4, int p5, byte[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread:(IIIII[BZ)I]
H5.H5Dread ( int p1, int p2, int p3, int p4, int p5, Object p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread:(IIIIILjava/lang/Object;Z)I]
H5.H5Dread_double ( int p1, int p2, int p3, int p4, int p5, double[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread_double:(IIIII[DZ)I]
H5.H5Dread_float ( int p1, int p2, int p3, int p4, int p5, float[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread_float:(IIIII[FZ)I]
H5.H5Dread_int ( int p1, int p2, int p3, int p4, int p5, int[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread_int:(IIIII[IZ)I]
H5.H5Dread_long ( int p1, int p2, int p3, int p4, int p5, long[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread_long:(IIIII[JZ)I]
H5.H5Dread_short ( int p1, int p2, int p3, int p4, int p5, short[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread_short:(IIIII[SZ)I]
H5.H5Dwrite ( int p1, int p2, int p3, int p4, int p5, byte[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite:(IIIII[BZ)I]
H5.H5Dwrite ( int p1, int p2, int p3, int p4, int p5, Object p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite:(IIIIILjava/lang/Object;Z)I]
H5.H5Dwrite_double ( int p1, int p2, int p3, int p4, int p5, double[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_double:(IIIII[DZ)I]
H5.H5Dwrite_float ( int p1, int p2, int p3, int p4, int p5, float[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_float:(IIIII[FZ)I]
H5.H5Dwrite_int ( int p1, int p2, int p3, int p4, int p5, int[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_int:(IIIII[IZ)I]
H5.H5Dwrite_long ( int p1, int p2, int p3, int p4, int p5, long[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_long:(IIIII[JZ)I]
H5.H5Dwrite_short ( int p1, int p2, int p3, int p4, int p5, short[ ] p6, boolean p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_short:(IIIII[SZ)I]
H5.H5Fget_name ( int p1, int p2 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_name:(II)Ljava/lang/String;]
H5.H5Gget_obj_info_all ( int p1, String p2, String[ ] p3, int[ ] p4, long[ ] p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_obj_info_all:(ILjava/lang/String;[Ljava/lang/String;[I[J)I]
H5.loadH5Lib ( ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.loadH5Lib:()V]
jhdf5obj.jar, H5ScalarDS.class
package ncsa.hdf.object.h5
H5ScalarDS.extend ( long[ ] p1 ) : void
[mangled: ncsa/hdf/object/h5/H5ScalarDS.extend:([J)V]
jhdfobj.jar, Attribute.class
package ncsa.hdf.object
Attribute.toString ( ) : String
[mangled: ncsa/hdf/object/Attribute.toString:()Ljava/lang/String;]
jhdfobj.jar, Dataset.class
package ncsa.hdf.object
Dataset.getMaxDims ( ) : long[ ]
[mangled: ncsa/hdf/object/Dataset.getMaxDims:()[J]
Dataset.isEnumConverted ( ) : boolean
[mangled: ncsa/hdf/object/Dataset.isEnumConverted:()Z]
Dataset.setEnumConverted ( boolean p1 ) : void
[mangled: ncsa/hdf/object/Dataset.setEnumConverted:(Z)V]
jhdfobj.jar, FileFormat.class
package ncsa.hdf.object
FileFormat.findObject ( FileFormat p1, long[ ] p2 ) [static] : HObject
[mangled: ncsa/hdf/object/FileFormat.findObject:(Lncsa/hdf/object/FileFormat;[J)Lncsa/hdf/object/HObject;]
FileFormat.findObject ( FileFormat p1, String p2 ) [static] : HObject
[mangled: ncsa/hdf/object/FileFormat.findObject:(Lncsa/hdf/object/FileFormat;Ljava/lang/String;)Lncsa/hdf/object/HObject;]
jhdfobj.jar, ScalarDS.class
package ncsa.hdf.object
ScalarDS.isDefaultImageOrder ( ) : boolean
[mangled: ncsa/hdf/object/ScalarDS.isDefaultImageOrder:()Z]
jhdfview.jar, DATA_VIEW_KEY.class
package ncsa.hdf.view
ViewProperties.DATA_VIEW_KEY.valueOf ( String p1 ) [static] : ViewProperties.DATA_VIEW_KEY
[mangled: ncsa/hdf/view/ViewProperties.DATA_VIEW_KEY.valueOf:(Ljava/lang/String;)Lncsa/hdf/view/ViewProperties$DATA_VIEW_KEY;]
ViewProperties.DATA_VIEW_KEY.values ( ) [static] : ViewProperties.DATA_VIEW_KEY[ ]
[mangled: ncsa/hdf/view/ViewProperties.DATA_VIEW_KEY.values:()[Lncsa/hdf/view/ViewProperties$DATA_VIEW_KEY;]
jhdfview.jar, DefaultFileFilter.class
package ncsa.hdf.view
DefaultFileFilter.getFileFilterBMP ( ) [static] : FileFilter
[mangled: ncsa/hdf/view/DefaultFileFilter.getFileFilterBMP:()Ljavax/swing/filechooser/FileFilter;]
DefaultFileFilter.getFileFilterGIF ( ) [static] : FileFilter
[mangled: ncsa/hdf/view/DefaultFileFilter.getFileFilterGIF:()Ljavax/swing/filechooser/FileFilter;]
DefaultFileFilter.getImageFileFilter ( ) [static] : FileFilter
[mangled: ncsa/hdf/view/DefaultFileFilter.getImageFileFilter:()Ljavax/swing/filechooser/FileFilter;]
jhdfview.jar, DefaultImageView.class
package ncsa.hdf.view
DefaultImageView.DefaultImageView ( ViewManager p1, HashMap p2 )
[mangled: ncsa/hdf/view/DefaultImageView."<init>":(Lncsa/hdf/view/ViewManager;Ljava/util/HashMap;)V]
jhdfview.jar, DefaultTableView.class
package ncsa.hdf.view
DefaultTableView.DefaultTableView ( ViewManager p1, HashMap p2 )
[mangled: ncsa/hdf/view/DefaultTableView."<init>":(Lncsa/hdf/view/ViewManager;Ljava/util/HashMap;)V]
DefaultTableView.mouseClicked ( MouseEvent p1 ) : void
[mangled: ncsa/hdf/view/DefaultTableView.mouseClicked:(Ljava/awt/event/MouseEvent;)V]
DefaultTableView.mouseEntered ( MouseEvent p1 ) : void
[mangled: ncsa/hdf/view/DefaultTableView.mouseEntered:(Ljava/awt/event/MouseEvent;)V]
DefaultTableView.mouseExited ( MouseEvent p1 ) : void
[mangled: ncsa/hdf/view/DefaultTableView.mouseExited:(Ljava/awt/event/MouseEvent;)V]
DefaultTableView.mousePressed ( MouseEvent p1 ) : void
[mangled: ncsa/hdf/view/DefaultTableView.mousePressed:(Ljava/awt/event/MouseEvent;)V]
DefaultTableView.mouseReleased ( MouseEvent p1 ) : void
[mangled: ncsa/hdf/view/DefaultTableView.mouseReleased:(Ljava/awt/event/MouseEvent;)V]
jhdfview.jar, DefaultTextView.class
package ncsa.hdf.view
DefaultTextView.DefaultTextView ( ViewManager p1, HashMap p2 )
[mangled: ncsa/hdf/view/DefaultTextView."<init>":(Lncsa/hdf/view/ViewManager;Ljava/util/HashMap;)V]
jhdfview.jar, HDFView.class
package ncsa.hdf.view
HDFView.dragEnter ( DropTargetDragEvent p1 ) : void
[mangled: ncsa/hdf/view/HDFView.dragEnter:(Ljava/awt/dnd/DropTargetDragEvent;)V]
HDFView.dragExit ( DropTargetEvent p1 ) : void
[mangled: ncsa/hdf/view/HDFView.dragExit:(Ljava/awt/dnd/DropTargetEvent;)V]
HDFView.dragOver ( DropTargetDragEvent p1 ) : void
[mangled: ncsa/hdf/view/HDFView.dragOver:(Ljava/awt/dnd/DropTargetDragEvent;)V]
HDFView.drop ( DropTargetDropEvent p1 ) : void
[mangled: ncsa/hdf/view/HDFView.drop:(Ljava/awt/dnd/DropTargetDropEvent;)V]
HDFView.dropActionChanged ( DropTargetDragEvent p1 ) : void
[mangled: ncsa/hdf/view/HDFView.dropActionChanged:(Ljava/awt/dnd/DropTargetDragEvent;)V]
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.getBytes ( Object p1, double[ ] p2, int p3, int p4, boolean p5, Object p6, boolean p7, byte[ ] p8 ) [static] : byte[ ]
[mangled: ncsa/hdf/view/Tools.getBytes:(Ljava/lang/Object;[DIIZLjava/lang/Object;Z[B)[B]
Tools.launchBrowser ( String p1 ) [static] : void
[mangled: ncsa/hdf/view/Tools.launchBrowser:(Ljava/lang/String;)V]
Tools.readPalette ( String p1 ) [static] : byte[ ][ ]
[mangled: ncsa/hdf/view/Tools.readPalette:(Ljava/lang/String;)[[B]
Tools.toBinaryString ( long p1, int p2 ) [static] : String
[mangled: ncsa/hdf/view/Tools.toBinaryString:(JI)Ljava/lang/String;]
jhdfview.jar, ViewProperties.class
package ncsa.hdf.view
ViewProperties.getAppsIcon ( ) [static] : ImageIcon
[mangled: ncsa/hdf/view/ViewProperties.getAppsIcon:()Ljavax/swing/ImageIcon;]
ViewProperties.getAudioIcon ( ) [static] : ImageIcon
[mangled: ncsa/hdf/view/ViewProperties.getAudioIcon:()Ljavax/swing/ImageIcon;]
ViewProperties.getPaletteList ( ) [static] : Vector
[mangled: ncsa/hdf/view/ViewProperties.getPaletteList:()Ljava/util/Vector;]
ViewProperties.getPdfIcon ( ) [static] : ImageIcon
[mangled: ncsa/hdf/view/ViewProperties.getPdfIcon:()Ljavax/swing/ImageIcon;]
ViewProperties.getUrlIcon ( ) [static] : ImageIcon
[mangled: ncsa/hdf/view/ViewProperties.getUrlIcon:()Ljavax/swing/ImageIcon;]
ViewProperties.getVideoIcon ( ) [static] : ImageIcon
[mangled: ncsa/hdf/view/ViewProperties.getVideoIcon:()Ljavax/swing/ImageIcon;]
ViewProperties.getXlsIcon ( ) [static] : ImageIcon
[mangled: ncsa/hdf/view/ViewProperties.getXlsIcon:()Ljavax/swing/ImageIcon;]
ViewProperties.isReadOnly ( ) [static] : boolean
[mangled: ncsa/hdf/view/ViewProperties.isReadOnly:()Z]
ViewProperties.setReadOnly ( boolean p1 ) [static] : void
[mangled: ncsa/hdf/view/ViewProperties.setReadOnly:(Z)V]
to the top
Removed Methods (90)
h5srb.jar, H5SRB.class
package ncsa.hdf.srb
H5SRB.callServerInit ( String p1 ) [static] : void
[mangled: ncsa/hdf/srb/H5SRB.callServerInit:(Ljava/lang/String;)V]
H5SRB.getFileFieldSeparator ( ) [static] : String
[mangled: ncsa/hdf/srb/H5SRB.getFileFieldSeparator:()Ljava/lang/String;]
H5SRB.getFileList ( Vector p1 ) [static] : int
[mangled: ncsa/hdf/srb/H5SRB.getFileList:(Ljava/util/Vector;)I]
H5SRB.getServerInfo ( ) [static] : String[ ]
[mangled: ncsa/hdf/srb/H5SRB.getServerInfo:()[Ljava/lang/String;]
H5SRB.h5ObjRequest ( Object p1, int p2 ) [static] : int
[mangled: ncsa/hdf/srb/H5SRB.h5ObjRequest:(Ljava/lang/Object;I)I]
H5SRB.H5SRB ( )
[mangled: ncsa/hdf/srb/H5SRB."<init>":()V]
h5srb.jar, H5SrbCompoundDS.class
package ncsa.hdf.srb
H5SrbCompoundDS.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.close:(I)V]
H5SrbCompoundDS.copy ( Group p1, String p2, long[ ] p3, Object p4 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbCompoundDS.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getDatatype:()Lncsa/hdf/object/Datatype;]
H5SrbCompoundDS.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getMetadata:()Ljava/util/List;]
H5SrbCompoundDS.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getPalette:()[[B]
H5SrbCompoundDS.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getPaletteRefs:()[B]
H5SrbCompoundDS.H5SrbCompoundDS ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/srb/H5SrbCompoundDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5SrbCompoundDS.H5SrbCompoundDS ( FileFormat p1, String p2, String p3, long[ ] p4 )
[mangled: ncsa/hdf/srb/H5SrbCompoundDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;[J)V]
H5SrbCompoundDS.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.hasAttribute:()Z]
H5SrbCompoundDS.init ( ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.init:()V]
H5SrbCompoundDS.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.open:()I]
H5SrbCompoundDS.read ( ) : Object
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.read:()Ljava/lang/Object;]
H5SrbCompoundDS.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.readBytes:()[B]
H5SrbCompoundDS.readPalette ( int p1 ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.readPalette:(I)[[B]
H5SrbCompoundDS.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.removeMetadata:(Ljava/lang/Object;)V]
H5SrbCompoundDS.setMemberCount ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.setMemberCount:(I)V]
H5SrbCompoundDS.write ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.write:(Ljava/lang/Object;)V]
H5SrbCompoundDS.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.writeMetadata:(Ljava/lang/Object;)V]
h5srb.jar, H5SrbDatatype.class
package ncsa.hdf.srb
H5SrbDatatype.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbDatatype.close:(I)V]
H5SrbDatatype.fromNative ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbDatatype.fromNative:(I)V]
H5SrbDatatype.getDatatypeDescription ( ) : String
[mangled: ncsa/hdf/srb/H5SrbDatatype.getDatatypeDescription:()Ljava/lang/String;]
H5SrbDatatype.H5SrbDatatype ( int p1 )
[mangled: ncsa/hdf/srb/H5SrbDatatype."<init>":(I)V]
H5SrbDatatype.H5SrbDatatype ( int p1, int p2, int p3, int p4 )
[mangled: ncsa/hdf/srb/H5SrbDatatype."<init>":(IIII)V]
H5SrbDatatype.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbDatatype.hasAttribute:()Z]
H5SrbDatatype.isUnsigned ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbDatatype.isUnsigned:()Z]
H5SrbDatatype.toNative ( ) : int
[mangled: ncsa/hdf/srb/H5SrbDatatype.toNative:()I]
h5srb.jar, H5SrbFile.class
package ncsa.hdf.srb
H5SrbFile.close ( ) : void
[mangled: ncsa/hdf/srb/H5SrbFile.close:()V]
H5SrbFile.copy ( HObject p1, Group p2, String p3 ) : TreeNode
[mangled: ncsa/hdf/srb/H5SrbFile.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;Ljava/lang/String;)Ljavax/swing/tree/TreeNode;]
H5SrbFile.createDatatype ( int p1, int p2, int p3, int p4 ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbFile.createDatatype:(IIII)Lncsa/hdf/object/Datatype;]
H5SrbFile.createDatatype ( int p1, int p2, int p3, int p4, String p5 ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbFile.createDatatype:(IIIILjava/lang/String;)Lncsa/hdf/object/Datatype;]
H5SrbFile.createGroup ( String p1, Group p2 ) : Group
[mangled: ncsa/hdf/srb/H5SrbFile.createGroup:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/Group;]
H5SrbFile.createImage ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, int p8, int p9, Object p10 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbFile.createImage:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JIIILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbFile.createInstance ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/srb/H5SrbFile.createInstance:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
H5SrbFile.createLink ( Group p1, String p2, HObject p3 ) : HObject
[mangled: ncsa/hdf/srb/H5SrbFile.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;)Lncsa/hdf/object/HObject;]
H5SrbFile.createScalarDS ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, Object p8 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbFile.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbFile.delete ( HObject p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbFile.delete:(Lncsa/hdf/object/HObject;)V]
H5SrbFile.get ( String p1 ) : HObject
[mangled: ncsa/hdf/srb/H5SrbFile.get:(Ljava/lang/String;)Lncsa/hdf/object/HObject;]
H5SrbFile.getLibversion ( ) : String
[mangled: ncsa/hdf/srb/H5SrbFile.getLibversion:()Ljava/lang/String;]
H5SrbFile.getPath ( ) : String
[mangled: ncsa/hdf/srb/H5SrbFile.getPath:()Ljava/lang/String;]
H5SrbFile.getRootNode ( ) : TreeNode
[mangled: ncsa/hdf/srb/H5SrbFile.getRootNode:()Ljavax/swing/tree/TreeNode;]
H5SrbFile.H5SrbFile ( )
[mangled: ncsa/hdf/srb/H5SrbFile."<init>":()V]
H5SrbFile.H5SrbFile ( String p1 )
[mangled: ncsa/hdf/srb/H5SrbFile."<init>":(Ljava/lang/String;)V]
H5SrbFile.isThisType ( FileFormat p1 ) : boolean
[mangled: ncsa/hdf/srb/H5SrbFile.isThisType:(Lncsa/hdf/object/FileFormat;)Z]
H5SrbFile.isThisType ( String p1 ) : boolean
[mangled: ncsa/hdf/srb/H5SrbFile.isThisType:(Ljava/lang/String;)Z]
H5SrbFile.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbFile.open:()I]
H5SrbFile.writeAttribute ( HObject p1, Attribute p2, boolean p3 ) : void
[mangled: ncsa/hdf/srb/H5SrbFile.writeAttribute:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Attribute;Z)V]
h5srb.jar, H5SrbGroup.class
package ncsa.hdf.srb
H5SrbGroup.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.close:(I)V]
H5SrbGroup.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/H5SrbGroup.getMetadata:()Ljava/util/List;]
H5SrbGroup.H5SrbGroup ( FileFormat p1, String p2, String p3, Group p4 )
[mangled: ncsa/hdf/srb/H5SrbGroup."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;)V]
H5SrbGroup.H5SrbGroup ( FileFormat p1, String p2, String p3, Group p4, long[ ] p5 )
[mangled: ncsa/hdf/srb/H5SrbGroup."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;[J)V]
H5SrbGroup.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbGroup.hasAttribute:()Z]
H5SrbGroup.init ( ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.init:()V]
H5SrbGroup.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbGroup.open:()I]
H5SrbGroup.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.removeMetadata:(Ljava/lang/Object;)V]
H5SrbGroup.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.writeMetadata:(Ljava/lang/Object;)V]
h5srb.jar, H5SrbScalarDS.class
package ncsa.hdf.srb
H5SrbScalarDS.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.close:(I)V]
H5SrbScalarDS.copy ( Group p1, String p2, long[ ] p3, Object p4 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbScalarDS.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbScalarDS.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getDatatype:()Lncsa/hdf/object/Datatype;]
H5SrbScalarDS.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getMetadata:()Ljava/util/List;]
H5SrbScalarDS.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getPalette:()[[B]
H5SrbScalarDS.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getPaletteRefs:()[B]
H5SrbScalarDS.H5SrbScalarDS ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/srb/H5SrbScalarDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5SrbScalarDS.H5SrbScalarDS ( FileFormat p1, String p2, String p3, long[ ] p4 )
[mangled: ncsa/hdf/srb/H5SrbScalarDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;[J)V]
H5SrbScalarDS.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbScalarDS.hasAttribute:()Z]
H5SrbScalarDS.init ( ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.init:()V]
H5SrbScalarDS.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbScalarDS.open:()I]
H5SrbScalarDS.read ( ) : Object
[mangled: ncsa/hdf/srb/H5SrbScalarDS.read:()Ljava/lang/Object;]
H5SrbScalarDS.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.readBytes:()[B]
H5SrbScalarDS.readPalette ( int p1 ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.readPalette:(I)[[B]
H5SrbScalarDS.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.removeMetadata:(Ljava/lang/Object;)V]
H5SrbScalarDS.setPalette ( byte[ ] p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.setPalette:([B)V]
H5SrbScalarDS.write ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.write:(Ljava/lang/Object;)V]
H5SrbScalarDS.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.writeMetadata:(Ljava/lang/Object;)V]
h5srb.jar, SRBFileDialog.class
package ncsa.hdf.srb
SRBFileDialog.actionPerformed ( ActionEvent p1 ) : void
[mangled: ncsa/hdf/srb/SRBFileDialog.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
SRBFileDialog.SRBFileDialog ( Frame p1 )
[mangled: ncsa/hdf/srb/SRBFileDialog."<init>":(Ljava/awt/Frame;)V]
SRBFileDialog.testFileContent ( String p1 ) : void
[mangled: ncsa/hdf/srb/SRBFileDialog.testFileContent:(Ljava/lang/String;)V]
SRBFileDialog.testFileList ( ) : void
[mangled: ncsa/hdf/srb/SRBFileDialog.testFileList:()V]
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5.H5Fget_name ( int p1, String p2, int p3 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_name:(ILjava/lang/String;I)J]
H5.H5Gget_obj_info_all ( int p1, String p2, String[ ] p3, int[ ] p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_obj_info_all:(ILjava/lang/String;[Ljava/lang/String;[I)I]
H5.H5Gget_obj_info_all ( int p1, String p2, String[ ] p3, int[ ] p4, int p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_obj_info_all:(ILjava/lang/String;[Ljava/lang/String;[II)I]
H5.J2C ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.J2C:(I)I]
jhdfview.jar, DefaultImageView.class
package ncsa.hdf.view
DefaultImageView.DefaultImageView ( ViewManager p1, Boolean p2 )
[mangled: ncsa/hdf/view/DefaultImageView."<init>":(Lncsa/hdf/view/ViewManager;Ljava/lang/Boolean;)V]
jhdfview.jar, DefaultTableView.class
package ncsa.hdf.view
DefaultTableView.DefaultTableView ( ViewManager p1, Boolean p2, Boolean p3 )
[mangled: ncsa/hdf/view/DefaultTableView."<init>":(Lncsa/hdf/view/ViewManager;Ljava/lang/Boolean;Ljava/lang/Boolean;)V]
jhdfview.jar, HDFView.class
package ncsa.hdf.view
HDFView.hyperlinkUpdate ( HyperlinkEvent p1 ) : void
[mangled: ncsa/hdf/view/HDFView.hyperlinkUpdate:(Ljavax/swing/event/HyperlinkEvent;)V]
to the top
Problems with Data Types, High Severity (30)
h5srb.jar
package ncsa.hdf.srb
[+] H5SRB (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
H5SRB ( )This constructor is from 'H5SRB' class.
callServerInit ( String )This method is from 'H5SRB' class.
getFileFieldSeparator ( )This method is from 'H5SRB' class.
getFileList ( Vector )This method is from 'H5SRB' class.
getServerInfo ( )This method is from 'H5SRB' class.
h5ObjRequest ( Object, int )This method is from 'H5SRB' class.
[+] H5SrbCompoundDS (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
H5SrbCompoundDS ( FileFormat, String, String )This constructor is from 'H5SrbCompoundDS' class.
H5SrbCompoundDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5SrbCompoundDS' class.
close ( int )This method is from 'H5SrbCompoundDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H5SrbCompoundDS' class.
getDatatype ( )This method is from 'H5SrbCompoundDS' class.
getMetadata ( )This method is from 'H5SrbCompoundDS' class.
getPalette ( )This method is from 'H5SrbCompoundDS' class.
getPaletteRefs ( )This method is from 'H5SrbCompoundDS' class.
hasAttribute ( )This method is from 'H5SrbCompoundDS' class.
init ( )This method is from 'H5SrbCompoundDS' class.
open ( )This method is from 'H5SrbCompoundDS' class.
read ( )This method is from 'H5SrbCompoundDS' class.
...
[+] H5SrbDatatype (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
H5SrbDatatype ( int )This constructor is from 'H5SrbDatatype' class.
H5SrbDatatype ( int, int, int, int )This constructor is from 'H5SrbDatatype' class.
close ( int )This method is from 'H5SrbDatatype' class.
fromNative ( int )This method is from 'H5SrbDatatype' class.
getDatatypeDescription ( )This method is from 'H5SrbDatatype' class.
hasAttribute ( )This method is from 'H5SrbDatatype' class.
isUnsigned ( )This method is from 'H5SrbDatatype' class.
toNative ( )This method is from 'H5SrbDatatype' class.
[+] H5SrbFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
H5SrbFile ( )This constructor is from 'H5SrbFile' class.
H5SrbFile ( String )This constructor is from 'H5SrbFile' class.
close ( )This method is from 'H5SrbFile' class.
copy ( HObject, Group, String )This method is from 'H5SrbFile' class.
createDatatype ( int, int, int, int )This method is from 'H5SrbFile' class.
createDatatype ( int, int, int, int, String )This method is from 'H5SrbFile' class.
createGroup ( String, Group )This method is from 'H5SrbFile' class.
createImage ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H5SrbFile' class.
createInstance ( String, int )This method is from 'H5SrbFile' class.
createLink ( Group, String, HObject )This method is from 'H5SrbFile' class.
createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H5SrbFile' class.
delete ( HObject )This method is from 'H5SrbFile' class.
...
[+] H5SrbGroup (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
H5SrbGroup ( FileFormat, String, String, Group )This constructor is from 'H5SrbGroup' class.
H5SrbGroup ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H5SrbGroup' class.
close ( int )This method is from 'H5SrbGroup' class.
getMetadata ( )This method is from 'H5SrbGroup' class.
hasAttribute ( )This method is from 'H5SrbGroup' class.
init ( )This method is from 'H5SrbGroup' class.
open ( )This method is from 'H5SrbGroup' class.
removeMetadata ( Object )This method is from 'H5SrbGroup' class.
writeMetadata ( Object )This method is from 'H5SrbGroup' class.
[+] H5SrbScalarDS (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
H5SrbScalarDS ( FileFormat, String, String )This constructor is from 'H5SrbScalarDS' class.
H5SrbScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5SrbScalarDS' class.
close ( int )This method is from 'H5SrbScalarDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H5SrbScalarDS' class.
getDatatype ( )This method is from 'H5SrbScalarDS' class.
getMetadata ( )This method is from 'H5SrbScalarDS' class.
getPalette ( )This method is from 'H5SrbScalarDS' class.
getPaletteRefs ( )This method is from 'H5SrbScalarDS' class.
hasAttribute ( )This method is from 'H5SrbScalarDS' class.
init ( )This method is from 'H5SrbScalarDS' class.
open ( )This method is from 'H5SrbScalarDS' class.
read ( )This method is from 'H5SrbScalarDS' class.
...
[+] SRBFileDialog (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SRBFileDialog ( Frame )This constructor is from 'SRBFileDialog' class.
actionPerformed ( ActionEvent )This method is from 'SRBFileDialog' class.
testFileContent ( String )This method is from 'SRBFileDialog' class.
testFileList ( )This method is from 'SRBFileDialog' class.
jhdf5.jar
package ncsa.hdf.hdf5lib
[+] HDF5Constants (21)
| Change | Effect |
---|
1 | Field H5E_CANTALLOC of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field H5E_CANTCHANGE of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field H5E_CANTMAKETREE of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field H5E_CANTRECV of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
5 | Field H5E_CANTSENDMDATA of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
6 | Field H5E_CWG of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
7 | Field H5E_FPHDF5 of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
8 | Field H5E_SLINK of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
9 | Field H5E_TBBT of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
10 | Field H5F_SCOPE_DOWN of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
11 | Field H5G_RESERVED_4 of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
12 | Field H5G_USERTYPE of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
13 | Field H5I_FILE_CLOSING of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
14 | Field H5I_NGROUPS of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
15 | Field H5I_TEMPBUF of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
16 | Field H5P_MOUNT of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
17 | Field H5P_MOUNT_DEFAULT of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
18 | Field H5P_NO_CLASS_DEFAULT of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
19 | Field H5R_INTERNAL of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
20 | Field H5S_COMPLEX of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
21 | Field H5T_CSET_RESERVED_1 of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (1)
HDF5Constants ( )This constructor is from 'HDF5Constants' class.
jhdfview.jar
package ncsa.hdf.view
[+] DefaultTableView (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)
DefaultTableView ( ViewManager )This constructor is from 'DefaultTableView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTableView' class.
dispose ( )This method is from 'DefaultTableView' class.
getDataObject ( )This method is from 'DefaultTableView' class.
getSelectedData ( )This method is from 'DefaultTableView' class.
getTable ( )This method is from 'DefaultTableView' class.
updateValueInFile ( )This method is from 'DefaultTableView' class.
[+] HDFView (1)
| Change | Effect |
---|
1 | Removed super-interface javax.swing.event.HyperlinkListener. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (18)
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.
getDataView ( HObject )This method is from 'HDFView' class.
getDataViews ( )This method is from 'HDFView' class.
getListOfImageView ( )This method is from 'HDFView' class.
getListOfMetaDataView ( )This method is from 'HDFView' class.
getListOfPaletteView ( )This method is from 'HDFView' class.
getListOfTableView ( )This method is from 'HDFView' class.
getListOfTextView ( )This method is from 'HDFView' class.
getListOfTreeView ( )This method is from 'HDFView' class.
...
to the top
Problems with Data Types, Medium Severity (1)
jhdfobj.jar
package ncsa.hdf.object
[+] FileFormat (1)
| Change | Effect |
---|
1 | Value of final field FILE_TYPE_HDF4 (java.lang.String) has been changed from "HDF" to "HDF4". | 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 (85)
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.
...
to the top
Problems with Data Types, Low Severity (9)
jhdfobj.jar
package ncsa.hdf.object
[+] ScalarDS (2)
| Change | Effect |
---|
1 | Method isEnumConverted ( ) has been moved up type hierarchy to isEnumConverted ( ) | Method isEnumConverted ( ) will be called instead of isEnumConverted ( ) in a client program. |
2 | Method setEnumConverted ( boolean ) has been moved up type hierarchy to setEnumConverted ( boolean ) | Method setEnumConverted ( boolean ) will be called instead of setEnumConverted ( boolean ) in a client program. |
[+] affected methods (2)
isEnumConverted ( )Method 'isEnumConverted ( )' will be called instead of this method in a client program.
setEnumConverted ( boolean )Method 'setEnumConverted ( boolean )' will be called instead of this method in a client program.
jhdfview.jar
package ncsa.hdf.view
[+] HDFView (6)
| Change | Effect |
---|
1 | Field MODULE_IMAGEVIEW (int) with the compile-time constant value 101 has been removed from this class. | A client program may change behavior. |
2 | Field MODULE_METADATAVIEW (int) with the compile-time constant value 104 has been removed from this class. | A client program may change behavior. |
3 | Field MODULE_PALETTEVIEW (int) with the compile-time constant value 105 has been removed from this class. | A client program may change behavior. |
4 | Field MODULE_TABLEVIEW (int) with the compile-time constant value 102 has been removed from this class. | A client program may change behavior. |
5 | Field MODULE_TEXTVIEW (int) with the compile-time constant value 103 has been removed from this class. | A client program may change behavior. |
6 | Field MODULE_TREEVIEW (int) with the compile-time constant value 100 has been removed from this class. | A client program may change behavior. |
[+] affected methods (18)
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.
getDataView ( HObject )This method is from 'HDFView' class.
getDataViews ( )This method is from 'HDFView' class.
getListOfImageView ( )This method is from 'HDFView' class.
getListOfMetaDataView ( )This method is from 'HDFView' class.
getListOfPaletteView ( )This method is from 'HDFView' class.
getListOfTableView ( )This method is from 'HDFView' class.
getListOfTextView ( )This method is from 'HDFView' class.
getListOfTreeView ( )This method is from 'HDFView' class.
...
[+] ViewProperties (1)
| Change | Effect |
---|
1 | Value of final field VERSION (java.lang.String) has been changed from "2.4" to "2.6.1". | 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 (79)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )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.
getDatasetIconA ( )This method is from 'ViewProperties' class.
getDatatypeIcon ( )This method is from 'ViewProperties' class.
...
to the top
Problems with Methods, Low Severity (40)
jhdf5.jar, H5
package ncsa.hdf.hdf5lib
[+] H5.H5Aclose ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Aclose:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Acreate ( int p1, String p2, int p3, int p4, int p5 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Acreate:(ILjava/lang/String;III)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Aget_space ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_space:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Aget_type ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_type:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Aopen_idx ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Aopen_idx:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Aopen_name ( int p1, String p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Aopen_name:(ILjava/lang/String;)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Dclose ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dclose:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Dcreate ( int p1, String p2, int p3, int p4, int p5 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dcreate:(ILjava/lang/String;III)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Dget_create_plist ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_create_plist:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Dget_space ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_space:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Dget_type ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_type:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Dopen ( int p1, String p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dopen:(ILjava/lang/String;)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Fclose ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fclose:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Fcreate ( String p1, int p2, int p3, int p4 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fcreate:(Ljava/lang/String;III)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Fget_access_plist ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_access_plist:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Fget_create_plist ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_create_plist:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Fopen ( String p1, int p2, int p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fopen:(Ljava/lang/String;II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Freopen ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Freopen:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Gclose ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Gclose:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Gcreate ( int p1, String p2, int p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Gcreate:(ILjava/lang/String;I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Gopen ( int p1, String p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Gopen:(ILjava/lang/String;)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Pclose ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Pclose:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Pcopy ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Pcopy:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Pcreate ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Pcreate:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Rdereference ( int p1, int p2, byte[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Rdereference:(II[B)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Rget_region ( int p1, int p2, byte[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Rget_region:(II[B)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Sclose ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Sclose:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Scopy ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Scopy:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Screate ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Screate:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Screate_simple ( int p1, byte[ ] p2, byte[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Screate_simple:(I[B[B)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tarray_create ( int p1, int p2, int[ ] p3, int[ ] p4 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tarray_create:(II[I[I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tclose ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tclose:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tcopy ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcopy:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tcreate ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcreate:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tenum_create ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_create:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tget_member_type ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_member_type:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tget_native_type ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_native_type:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tget_super ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_super:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Topen ( int p1, String p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Topen:(ILjava/lang/String;)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tvlen_create ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tvlen_create:(I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
to the top
Other Changes in Data Types (8)
jhdf5.jar
package ncsa.hdf.hdf5lib
[+] H5 (2)
| Change | Effect |
---|
1 | Field H5_LIBRARY_NAME_PROPERTY_KEY 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 LOGGING_LEVEL 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 (271)
H5 ( )This constructor is from 'H5' class.
H5Aclose ( int )This method is from 'H5' class.
H5Acopy ( int, int )This method is from 'H5' class.
H5Acreate ( int, String, int, int, int )This method is from 'H5' class.
H5Adelete ( int, String )This method is from 'H5' class.
H5Aget_name ( int, long, String[ ] )This method is from 'H5' class.
H5Aget_num_attrs ( int )This method is from 'H5' class.
H5Aget_space ( int )This method is from 'H5' class.
H5Aget_type ( int )This method is from 'H5' class.
H5Aopen_idx ( int, int )This method is from 'H5' class.
H5Aopen_name ( int, String )This method is from 'H5' class.
H5Aread ( int, int, byte[ ] )This method is from 'H5' class.
...
jhdfobj.jar
package ncsa.hdf.object
[+] Dataset (2)
| Change | Effect |
---|
1 | Field enumConverted 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 maxDims 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 (51)
copy ( Group, String, long[ ], Object )Return value of this method has type 'Dataset'.
Dataset ( FileFormat, String, String )This constructor is from 'Dataset' abstract class.
Dataset ( FileFormat, String, String, long[ ] )This constructor is from 'Dataset' abstract class.
byteToString ( byte[ ], int )This method is from 'Dataset' abstract class.
clear ( )This method is from 'Dataset' abstract class.
clearData ( )This method is from 'Dataset' abstract class.
convertFromUnsignedC ( Object )This method is from 'Dataset' abstract class.
convertFromUnsignedC ( Object, Object )This method is from 'Dataset' abstract class.
convertToUnsignedC ( Object )This method is from 'Dataset' abstract class.
convertToUnsignedC ( Object, Object )This method is from 'Dataset' abstract class.
copy ( Group, String, long[ ], Object )This abstract method is from 'Dataset' abstract class.
getChunkSize ( )This method is from 'Dataset' abstract class.
...
[+] FileFormat (1)
| Change | Effect |
---|
1 | Field FILE_OBJ_SEP 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 (85)
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.
...
jhdfview.jar
package ncsa.hdf.view
[+] Tools (3)
| Change | Effect |
---|
1 | Field FILE_TYPE_BMP 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 FILE_TYPE_GIF 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 FILE_TYPE_IMAGE 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 (25)
Tools ( )This constructor is from 'Tools' class.
autoContrastApply ( Object, Object, double[ ], boolean )This method is from 'Tools' class.
autoContrastCompute ( Object, double[ ], boolean )This method is from 'Tools' class.
autoContrastComputeMinMax ( Object, Object )This method is from 'Tools' class.
autoContrastComputeSliderRange ( double[ ], double[ ], double[ ] )This method is from 'Tools' class.
autoContrastConvertImageBuffer ( Object, byte[ ], boolean )This method is from 'Tools' class.
computeStatistics ( Object, double[ ], Object )This method is from 'Tools' class.
convertImageToHDF ( String, String, String, String )This method is from 'Tools' class.
createGrayPalette ( )This method is from 'Tools' class.
createGrayWavePalette ( )This method is from 'Tools' class.
createIndexedImage ( byte[ ], byte[ ][ ], int, int )This method is from 'Tools' class.
createNaturePalette ( )This method is from 'Tools' class.
...
to the top
Java ARchives (7)
h5srb.jar
jhdf.jar
jhdf4obj.jar
jhdf5.jar
jhdf5obj.jar
jhdfobj.jar
jhdfview.jar
to the top