[Biojava-dev] [Bug 2311] Bug in PHYLIPFileBuilder with protein sequences
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Thu Jun 7 07:51:35 UTC 2007
http://bugzilla.open-bio.org/show_bug.cgi?id=2311
holland at ebi.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #2 from holland at ebi.ac.uk 2007-06-07 03:51 EST -------
This was a silly bug in DNATools - the createDNASequence() method said it threw
IllegalSymybolException, but in fact it was catching all occurrences of this
and converting them to BioException which is uncatchable. The fix for this was
to stop the unnecessary conversion and therefore make the code behave exactly
as its signature and JavaDocs say it will.
Fixed in CVS (head).
--
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