Hi everybody,
This mail resumes what have have been done on CodeSquale on these two days works :
- [FIX] We identify the cause of the bug that throws a nullPointerException when launching CodeSqualeXMLMetricsProcess in Eclipse (See Google Issues)
- [UPD] XSLT Transformation has been improved. The project data contains now :
- the attributes of file (size and date of last modification)
- the different count of the LOC metrics (See SoftwareMetricsExplanation on the Google Wiki)
- [UPD] XQuery has been improved too. Now DirectoryResultFile distinguishes all the different files in a package and the classes they contains. XQuery supports now file counting and LOC counting.
- [REF] Saxon XQuery implementation complexity had been reduced.
Here is also a list of TODO :
- Fix the bug which causes the GUI not accept an output path with a space (Ant configuration ?)
- Add to the ProjectGlobalCounters.java the counting of different LOC.
- XSLT Transformation counting the instruction of a method (for the moment, it counts only first level instruction)
Have a nice day.