Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

analyze error. unrecognized argument #153

Closed dkrupp closed 4 years ago

dkrupp commented 5 years ago

EI CERT - Ericsson: Sucessfully added CodeChecker Nature SEI CERT - Ericsson: Sucessfully added CodeChecker Nature usage: CodeChecker [-h] {analyze} ... CodeChecker: error: unrecognized arguments: /home/ednikru/eclipse/workspace/.codechecker/SEI CERT - Ericsson/compilation_commands.json.javarunner1817459385742374 E-Cert-Tests: Sucessfully added CodeChecker Nature usage: CodeChecker [-h] {analyze} ... CodeChecker: error: unrecognized arguments: /home/ednikru/eclipse/workspace/.codechecker/E-Cert-Tests/compilation_commands.json.javarunner1818298712229653

vodorok commented 5 years ago

Possible cause is when a newly configured Plugin is added, there are no checkers enabled for it, and no default group is used for the analyze. I need to investigate more.

vodorok commented 4 years ago

This was also fixed somewhere along the line, there is an empty parameter substituted into the analyze command.