
class - Analysing Java Files using CKJM tool - Stack Overflow
2014年11月26日 · I am trying to analyse some files using this CKJM tool I looked at the instructions etc got it to work somehow and there it is another problem it says that my class is …
Which tools indicate pairs of highly-coupled Java classes?
2011年8月12日 · I haven't used it, but I found ckjm which claimns to be able to measure CBO (coupling between objects) metrics. Unfortunately, it doesn't look to have a very easy-to-use …
Error trying to calculate CKJM in Java classes - Stack Overflow
2021年7月27日 · I am trying to calculate the Chidamber and Kemerer object-oriented metrics in java with ckjm 1.9 but I ...
Chidamber and Kemerer tool for metrics for other languages other …
2012年5月8日 · I've been trying to find a tool other than CKJM for metrics that implements Chidamber and Kemerer 1994 paper, since CKJM is only for Java. I tried going on search and …
java - how to skip line when parsing text file? - Stack Overflow
2015年9月28日 · This is the text file . gr.spinellis.ckjm.ClassVisitor 13 2 0 14 74 34 2 9 gr.spinellis.ckjm.ClassMetricsContainer 3 1 0 3 18 0 2 2 gr.spinellis.ckjm.MetricsFilter 7 1 0 6 …
java - Corrupt jar file - Stack Overflow
2017年3月13日 · This regularly occurs when you change the extension on the JAR for ZIP, extract the zip content and make some modifications on files such as changing the MANIFEST.MF file …
java - Annotations for enforcing cyclomatic complexity and LCOM ...
2010年6月4日 · I guess I could run ckjm, checkstyle and pmd from maven/ant, BUT some work on source code, and others work on bytecode. It would be nice to have one consolidated tool that …
How to ignore lines starting with tilde symbol"~" while parsing?
gr.spinellis.ckjm.ClassVisitor 13 2 0 14 74 34 2 14 9 0.6042 431 0.8750 1 0.7273 0.2404 0 0 31.5385 ...
java - how to parse text start with Delimiters whitespace-tilde ...
I just want to store data from text file to variables like (gr.spinellis.ckjm.ClassMetrics getMetrics(): ) to variable called "name" and values(1) to variable called "Value" and do the same thing for all …
java - Diff exiting with error code 1 - Stack Overflow
I am trying to apply diff on two folders on the files which have same name. I am checking name of files and then applying diff over them. I am also calculating CKJM Metrics for them. On running ...