[Biojava-dev] [BioJava - Bug #3249] (New) After parsing empty fasta file with SeqIOTools.fileToBiojava, hasNext() is True

redmine at redmine.open-bio.org redmine at redmine.open-bio.org
Tue May 31 10:51:32 UTC 2011


Issue #3249 has been reported by Michal Stuglik.

----------------------------------------
Bug #3249: After parsing empty fasta file with SeqIOTools.fileToBiojava, hasNext() is True
https://redmine.open-bio.org/issues/3249

Author: Michal Stuglik
Status: New
Priority: Normal
Assignee: biojava-dev list
Category: seq.io
Target version: BioJava 1.8 - legacy
URL: 


empty fasta file, using this:
SequenceIterator iter = (SequenceIterator) SeqIOTools.fileToBiojava("fasta", "DNA", br);

while (iter.hasNext()) {

//iter is true, but should be false

}


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here and login: http://redmine.open-bio.org




More information about the biojava-dev mailing list