[Biojava-dev] [Bug 2175] IndexOutOfBoundsException still occurring on SCF.create(File file)

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Thu Jan 4 16:54:06 UTC 2007


http://bugzilla.open-bio.org/show_bug.cgi?id=2175


holland at ebi.ac.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from holland at ebi.ac.uk  2007-01-04 11:54 -------
I've added a workaround to this in the head of CVS, but not in the beta
branches etc.

Basically I was right - the file given as an example has incorrect values in
its header data declaring that the private block is much bigger (835) than it
actually is (698). 

The workaround causes the parser to notice this and not attempt to read the
excess data. As the private block is not used anywhere inside the parser class
and is not visible to outside users, this should not affect anyone's code.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the biojava-dev mailing list