
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 not a java file which is not ...
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 UI (it's largely command-line driven) and while it seems possible to designate which classes to analyze, that process isn't straightforward.
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 similar titles here but I didn't find suggestions for Chidamber and Kemeder paper or the metrics suggested were not related to it.
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 30 11 2 5 gr.spinellis.ckjm.PrintPlainResults 2 1 0 2 8 0 1 2 gr.spinellis.ckjm.MethodVisitor 11 2 0 21 40 0 1 8 gr.spinellis.ckjm.CkjmOutputHandler 1 1 0 1 1 0 3 1
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 which is a very common case, many times Eclipse doesn't generate the MANIFEST file as we want, or maybe we would like to modify the CLASS-PATH or the MAIN-CLASS values of it.
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 works on the source code before compilation begins.
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 data inside the text file . @Tunaki –
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 ...