JavaNCSS
Last Published: 2009-05-31 | Version: 32.53
Maven
General Information
Home
Development
TODO
Project Documentation
Project Information
Project Reports
JavaNCSS TODO list
use JUnit?
pros: well known by many developers, IDE integration,
Maven reporting integration
, with
code coverage too
cons: remove "javancss -check" option
Test available in svn
, with reports
here
(compare with
actual ones
).
avoid
Object[] aoImport
?
create an Import class, both for imports and package?
or transform it to simple String, since token position (= other fields) is not really useful?
improve exception handling
Done
use
File
s instead of
String
s
create Metric classes instead of
Vector<String, Integer, ...>
use Collection API instead of
Vector
and
Hashtable