Problems with ExcelRead.java:
* It is not in line with the rest of the code.
* Also there are quite a few compiler warnings. Raw types and unused variables.
* There is an an empty catch block. This means exceptions get ignored, which
can't be correct. The bare minimum should AT LEAST be write the exception to
the log file. If the processing can continue, then you log it as a warning. But
usually you throw the exception back up and let a higher level decide what to
do with the exception
See:
http://code.google.com/p/cordysfilecon/source/browse/trunk/src/java/com/cordys/c
oe/ac/fileconnector/utils/ExcelRead.java
Original issue reported on code.google.com by ma...@vandeveen.com on 15 Aug 2011 at 6:18
Original issue reported on code.google.com by
ma...@vandeveen.com
on 15 Aug 2011 at 6:18