Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
520 stars 102 forks source link

How to enable javaparser? #552

Closed kyle-ingka closed 2 years ago

kyle-ingka commented 2 years ago

I used CodeCompass_parser to parse a java project.

However, the web server UI shows NotParsed for all java files. image

Read the doc but find nothing related.

intjftw commented 2 years ago

The Java plugin is currently under development. It is in an advanced state, and hopefully will be merged in a short period of time. Meanwhile, you can try it by checking out the release/java_plugin branch. It works the same way as the C/C++ plugin, needs a source directory, or a jar file. In order to use it by providing a jar as an input, you will need an additional dependency, unzip, which can be installed from apt in Ubuntu.

kyle-ingka commented 2 years ago

Thanks for the reply and effort on the challenging work.

I will tinker with the candidate branch, while waiting for the release.