Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP of Java LoC metric * Enables 2 passing simple tests * Adds more individual loc tests * Initial impl of JavaCode Getter trait get_space_kind was needed to fix an off by one issue with ploc * Test cleanup * Fix test * Fixes handling of for loops * Adds while * Remove println * Ran fmt * Reduce to handle only SLOC off by 1 * Adds ternary lloc to test * Adds expression grammar lloc * Removes expressions from count * Do not count expressions in for loop * Removes debugging lines * Fixes for the recent Stats changes * Defines space kinds * Adds interface space
- Loading branch information