JavaNCSS measures two standard source code metrics for the Java programming language. The metrics are collected globally, for each class and/or for each function.
JavaNCSS measures two standard source code metrics for the Java programming language. The metrics are collected globally, for each class and/or for each function.
To install javancss, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install javancss
To see what files were installed by javancss, run:
port contents javancss
To later upgrade javancss, run:
sudo port selfupdate && sudo port upgrade javancss
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.