JavaNCSS TODO list

  • use JUnit?
  • 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 Files instead of Strings
  • create Metric classes instead of Vector<String, Integer, ...>
  • use Collection API instead of Vector and Hashtable