Ticket #463 (closed task: fixed)
Opened 2010-01-13T10:43:57-06:00
Last modified 2010-07-13T17:00:35-05:00
Utility class review
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | critical | Milestone: |
|
Component: | bio-formats | Severity: | serious |
Keywords: | cleanup | Cc: | |
Blocked By: | Blocking: |
Description
Review the following classes in loci.common:
- Ini*
- XMLTools
- DateTools
- DataTools
- ReflectedUniverse
We may be able to replace INI parsing logic with ini4j. Most DataTools methods can likely be eliminated or replaced with more efficient java.nio-based implementations.
In addition, we need to verify that:
- Methods are properly documented.
- Duplicate/extraneous code is eliminated.
- Classes are thread-safe.
See r5849 - r5851, r5853, r5855, r5860, r5862 - r5866, r5876, and r5877.