Software quality analysis
Konstantinos <[email protected]>
| Newsgroups | gmane.editors.jedit.devel |
|---|---|
| Message-ID | <CABbeE_Urwn9jdduF1mPb8ZHFYD20eQHVCMnXv3JcVTNbUqOQDg@mail.gmail.com> |
Hello, I am an Informatics student at the Aristotle University of Thessaloniki. I performed a code analysis with the INTELIJ IDEA metrics plugin for the jEdit application regarding metrics. More specifically, in the complexity metrics, some methods were complex and could hardly be understood by a third-party programmer. Also in the class count metrics some methods had too many classes and interfaces as a result and there the code becomes difficult to understand by any programmer who wants to extend it. Finally about the javadoc coverage metrics it seems that there are very few comments in your code which makes it difficult to understand the methods. For all of the above, I would suggest that you should simplify the code of the specific application as much as you can and add more comments so that it can be understood by a third-party developer who wants to contribute and expand your application. -- ----------------------------------------------- jEdit Developers' List [email protected] https://lists.sourceforge.net/lists/listinfo/jedit-devel