This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Problem to instal PMD plugin



Tool/software: Code Composer Studio

Hi,

I'm trying to install PMD plugin to static code analysis but some errors appear. There is some way to solve this?

Thanks

  • Haroldo,

    It looks like a typical issue with missing pre-requisites for the plug-in to be properly installed.

    I was unable to install this in the latest release (1.10) of my CCSv7.2.0.00013 as well.

    However, I then went to menu View --> CCS App Center, clicked on "See More" close to "Code Composer Studio Add-ons" and installed the packages "Javascript Development Tools" and "CDT GNU Support". After restart, CCS was able to find the dependencies and install the PMD plug-in.

    Given that CCS only installs the CDT feature by default, I suspect these two components added the update sites that allow installing the JDT feature. The reason of not installing by default is that CDT is designed for C/C++ development, while JDT is for native Java.

    Hope this helps,
    Rafael