metriculator icon indicating copy to clipboard operation
metriculator copied to clipboard

Eclipse CDT plug-in to create static c++ source code metrics

Results 4 metriculator issues
Sort by recently updated
recently updated
newest added

Is this plugin going to be updated for new versions of eclipse? The last version supporting this plugin is a little old (2018/09).

Hi, I couldn't use metriculator for .c files. It would be great to have it work with .c files as well, even when I have to tell CDT that those...

Create Bug Report-> following code doesn't make sense, does it?! ``` java public File loadcode_cpp(String code) { return loadcode(code, false); // should be true not false } public File loadcode(String...

The following suggestion would simplify the logics implemented in existing visitors. It seems not to be required to have conditional logic in the leave methods of the visitors. Just retun...

enhancement