tomasbjerre / violations-lib

Java library for parsing report files from static code analysis.
Apache License 2.0
148 stars 39 forks source link

Repeated message in the Coverity parser. #188

Closed josejobin45 closed 6 months ago

josejobin45 commented 6 months ago

Hi,

I have been using the Coverity parser in the violations to the bitbucket plugin in Jenkins and it works as intended. But the message seems to be repeated. I believe it is due to this line: "https://github.com/tomasbjerre/violations-lib/blob/master/src%2Fmain%2Fjava%2Fse%2Fbjurr%2Fviolations%2Flib%2Fparsers%2FCoverityParser.java#L37" . Could you help ?

tomasbjerre commented 6 months ago

Can you supply:

josejobin45 commented 6 months ago

PXL_20240402_120232546~3.jpg

As you can see in the highlighted part the message is getting repeated.

josejobin45 commented 6 months ago

PXL_20240402_120232546~2.jpg

As you can see in the highlighted part the message is getting repeated.

Screenshot_20240402-164806.png

I believe it is due to this

tomasbjerre commented 6 months ago

Released a fix now. Open issue again if not working.

josejobin45 commented 6 months ago

Thanks a lot