Dashboards
Projects
Issues
Help
JIRA Core help
Keyboard Shortcuts
About JIRA
JIRA Credits
Log In
Export
Tools
Terrier Core
TR-92
utility.io.CountingInputStream does not count single bytes correctly.
Log In
Export
XML
Word
Printable
Details
Type:
Bug
Status:
Resolved
Priority:
Trivial
Resolution:
Fixed
Affects Version/s:
3.0
Fix Version/s:
3.0
Component/s:
.utility
Labels:
None
Description
utility.io.CountingInputStream does not count single bytes correctly.
Attachments
Activity
All
Comments
History
Activity
Hide
Permalink
Craig Macdonald
added a comment -
23/Feb/10 4:41 PM
Fixed, along with
checking for -1 reads.
read(byte[]) invoked count twice due to super-class inheritance etc.
Added test cases.
Show
Craig Macdonald
added a comment -
23/Feb/10 4:41 PM
Fixed, along with checking for -1 reads. read(byte[]) invoked count twice due to super-class inheritance etc. Added test cases.
People
Assignee:
Craig Macdonald
Reporter:
Craig Macdonald
Watchers:
0
Start watching this issue
Dates
Created:
23/Feb/10 4:39 PM
Updated:
05/Mar/10 5:36 PM
Resolved:
23/Feb/10 4:41 PM
Fixed, along with