Csound Csound-dev Csound-tekno Search About

[Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)

Date2015-11-03 13:40
Fromjpff
Subject[Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
---------- Forwarded message ----------
Date: Mon, 02 Nov 2015 14:47:39 -0800
From: scan-admin@coverity.com
Reply-To: Developer discussions 
To: csound-devel@lists.sourceforge.net
Subject: [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound


     Your request for analysis of csound/csound has been completed successfully.
     The results are available at https://scan.coverity.com/projects/csound-csound

     Analysis Summary:
        New defects found: 17
        Defects eliminated: 4

     If you have difficulty understading any defects, email us at scan-admin@coverity.com,
     or post your question to the Coverity Community
     at https://communities.coverity.com/community/scan-(open-source)/content


------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-11-03 14:41
FromSteven Yi
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
I got a reply (over a month after sending in an email, but then I
think the company got bought and there was some transition happening):

[start quote]

Sorry for the late reply.
Actually the latest build of your project contains both C/C++ and Java
code, however we supported only one language at a time.
We have added support for multiple language.

We already added your build into queue for analysis and it should be
finish in next few hours.
Let us know if your build doesn¹t get processed by end of day.

[end quote]

It looks like Coverity will be running again now.  I think we should
find a way to turn off the Java scanning though as it is mostly
generated code.

On Tue, Nov 3, 2015 at 5:40 AM, jpff  wrote:
> ---------- Forwarded message ----------
> Date: Mon, 02 Nov 2015 14:47:39 -0800
> From: scan-admin@coverity.com
> Reply-To: Developer discussions 
> To: csound-devel@lists.sourceforge.net
> Subject: [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound
>
>
>     Your request for analysis of csound/csound has been completed
> successfully.
>     The results are available at
> https://scan.coverity.com/projects/csound-csound
>
>     Analysis Summary:
>        New defects found: 17
>        Defects eliminated: 4
>
>     If you have difficulty understading any defects, email us at
> scan-admin@coverity.com,
>     or post your question to the Coverity Community
>     at https://communities.coverity.com/community/scan-(open-source)/content
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net

Date2015-11-03 14:51
FromFelipe Sateler
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
Java code could be fairly easily ignored via a Component match:

.*interfaces/.*.java => ignore.

I could add it if you agree to it. We already have a match for the
generated cxx files.

On 3 November 2015 at 11:41, Steven Yi  wrote:
> I got a reply (over a month after sending in an email, but then I
> think the company got bought and there was some transition happening):
>
> [start quote]
>
> Sorry for the late reply.
> Actually the latest build of your project contains both C/C++ and Java
> code, however we supported only one language at a time.
> We have added support for multiple language.
>
> We already added your build into queue for analysis and it should be
> finish in next few hours.
> Let us know if your build doesn¹t get processed by end of day.
>
> [end quote]
>
> It looks like Coverity will be running again now.  I think we should
> find a way to turn off the Java scanning though as it is mostly
> generated code.
>
> On Tue, Nov 3, 2015 at 5:40 AM, jpff  wrote:
>> ---------- Forwarded message ----------
>> Date: Mon, 02 Nov 2015 14:47:39 -0800
>> From: scan-admin@coverity.com
>> Reply-To: Developer discussions 
>> To: csound-devel@lists.sourceforge.net
>> Subject: [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound
>>
>>
>>     Your request for analysis of csound/csound has been completed
>> successfully.
>>     The results are available at
>> https://scan.coverity.com/projects/csound-csound
>>
>>     Analysis Summary:
>>        New defects found: 17
>>        Defects eliminated: 4
>>
>>     If you have difficulty understading any defects, email us at
>> scan-admin@coverity.com,
>>     or post your question to the Coverity Community
>>     at https://communities.coverity.com/community/scan-(open-source)/content
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Saludos,

Date2015-11-03 17:20
FromSteven Yi
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)

Hi Felipe,

Yes please do. I think those issues reported for those files are ones we can't do anything about (except report to SWIG project).

Thanks!
Steven


On Tue, Nov 3, 2015, 9:52 AM Felipe Sateler <fsateler@gmail.com> wrote:
Java code could be fairly easily ignored via a Component match:

.*interfaces/.*.java => ignore.

I could add it if you agree to it. We already have a match for the
generated cxx files.

On 3 November 2015 at 11:41, Steven Yi <stevenyi@gmail.com> wrote:
> I got a reply (over a month after sending in an email, but then I
> think the company got bought and there was some transition happening):
>
> [start quote]
>
> Sorry for the late reply.
> Actually the latest build of your project contains both C/C++ and Java
> code, however we supported only one language at a time.
> We have added support for multiple language.
>
> We already added your build into queue for analysis and it should be
> finish in next few hours.
> Let us know if your build doesn¹t get processed by end of day.
>
> [end quote]
>
> It looks like Coverity will be running again now.  I think we should
> find a way to turn off the Java scanning though as it is mostly
> generated code.
>
> On Tue, Nov 3, 2015 at 5:40 AM, jpff <jpff@codemist.co.uk> wrote:
>> ---------- Forwarded message ----------
>> Date: Mon, 02 Nov 2015 14:47:39 -0800
>> From: scan-admin@coverity.com
>> Reply-To: Developer discussions <csound-devel@lists.sourceforge.net>
>> To: csound-devel@lists.sourceforge.net
>> Subject: [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound
>>
>>
>>     Your request for analysis of csound/csound has been completed
>> successfully.
>>     The results are available at
>> https://scan.coverity.com/projects/csound-csound
>>
>>     Analysis Summary:
>>        New defects found: 17
>>        Defects eliminated: 4
>>
>>     If you have difficulty understading any defects, email us at
>> scan-admin@coverity.com,
>>     or post your question to the Coverity Community
>>     at https://communities.coverity.com/community/scan-(open-source)/content
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel



--

Saludos,
Felipe Sateler

Date2015-11-03 17:42
FromFelipe Sateler
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
Done. It should refresh itself in 15 minutes.

On 3 November 2015 at 14:20, Steven Yi  wrote:
> Hi Felipe,
>
> Yes please do. I think those issues reported for those files are ones we
> can't do anything about (except report to SWIG project).
>
> Thanks!
> Steven
>
>
> On Tue, Nov 3, 2015, 9:52 AM Felipe Sateler  wrote:
>>
>> Java code could be fairly easily ignored via a Component match:
>>
>> .*interfaces/.*.java => ignore.
>>
>> I could add it if you agree to it. We already have a match for the
>> generated cxx files.
>>
>> On 3 November 2015 at 11:41, Steven Yi  wrote:
>> > I got a reply (over a month after sending in an email, but then I
>> > think the company got bought and there was some transition happening):
>> >
>> > [start quote]
>> >
>> > Sorry for the late reply.
>> > Actually the latest build of your project contains both C/C++ and Java
>> > code, however we supported only one language at a time.
>> > We have added support for multiple language.
>> >
>> > We already added your build into queue for analysis and it should be
>> > finish in next few hours.
>> > Let us know if your build doesn¹t get processed by end of day.
>> >
>> > [end quote]
>> >
>> > It looks like Coverity will be running again now.  I think we should
>> > find a way to turn off the Java scanning though as it is mostly
>> > generated code.
>> >
>> > On Tue, Nov 3, 2015 at 5:40 AM, jpff  wrote:
>> >> ---------- Forwarded message ----------
>> >> Date: Mon, 02 Nov 2015 14:47:39 -0800
>> >> From: scan-admin@coverity.com
>> >> Reply-To: Developer discussions 
>> >> To: csound-devel@lists.sourceforge.net
>> >> Subject: [Old-Cs-dev] Coverity Scan: Analysis completed for
>> >> csound/csound
>> >>
>> >>
>> >>     Your request for analysis of csound/csound has been completed
>> >> successfully.
>> >>     The results are available at
>> >> https://scan.coverity.com/projects/csound-csound
>> >>
>> >>     Analysis Summary:
>> >>        New defects found: 17
>> >>        Defects eliminated: 4
>> >>
>> >>     If you have difficulty understading any defects, email us at
>> >> scan-admin@coverity.com,
>> >>     or post your question to the Coverity Community
>> >>     at
>> >> https://communities.coverity.com/community/scan-(open-source)/content
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>> --
>>
>> Saludos,
>> Felipe Sateler



-- 

Saludos,

Date2015-11-03 18:11
Fromjpff
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
Can it also mail the new list as well?

On Tue, 3 Nov 2015, Felipe Sateler wrote:

> Done. It should refresh itself in 15 minutes.

Date2015-11-03 18:13
FromFelipe Sateler
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
The list change is in develop but not in the coverity_scan branch.
Most likely coverity ran a new scan after their toolchain was updated.

On 3 November 2015 at 15:11, jpff  wrote:
> Can it also mail the new list as well?
>
>
> On Tue, 3 Nov 2015, Felipe Sateler wrote:
>
>> Done. It should refresh itself in 15 minutes.
>>
>



-- 

Saludos,

Date2015-11-03 18:33
FromSteven Yi
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
If we pull from develop to coverity_scan, the email list should be
taken care of then (if I understand correctly).

On Tue, Nov 3, 2015 at 10:13 AM, Felipe Sateler  wrote:
> The list change is in develop but not in the coverity_scan branch.
> Most likely coverity ran a new scan after their toolchain was updated.
>
> On 3 November 2015 at 15:11, jpff  wrote:
>> Can it also mail the new list as well?
>>
>>
>> On Tue, 3 Nov 2015, Felipe Sateler wrote:
>>
>>> Done. It should refresh itself in 15 minutes.
>>>
>>
>
>
>
> --
>
> Saludos,

Date2015-11-03 18:34
FromFelipe Sateler
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
Right, I think that would fix it.

BTW, in coverity scan the java errors are gone.

Saludos

On 3 November 2015 at 15:33, Steven Yi  wrote:
> If we pull from develop to coverity_scan, the email list should be
> taken care of then (if I understand correctly).
>
> On Tue, Nov 3, 2015 at 10:13 AM, Felipe Sateler  wrote:
>> The list change is in develop but not in the coverity_scan branch.
>> Most likely coverity ran a new scan after their toolchain was updated.
>>
>> On 3 November 2015 at 15:11, jpff  wrote:
>>> Can it also mail the new list as well?
>>>
>>>
>>> On Tue, 3 Nov 2015, Felipe Sateler wrote:
>>>
>>>> Done. It should refresh itself in 15 minutes.
>>>>
>>>
>>
>>
>>
>> --
>>
>> Saludos,
>> Felipe Sateler



-- 

Saludos,

Date2015-11-03 18:56
FromSteven Yi
SubjectRe: [Csnd-dev] [Old-Cs-dev] Coverity Scan: Analysis completed for csound/csound (fwd)
Fantastic, thanks!

On Tue, Nov 3, 2015 at 10:34 AM, Felipe Sateler  wrote:
> Right, I think that would fix it.
>
> BTW, in coverity scan the java errors are gone.
>
> Saludos
>
> On 3 November 2015 at 15:33, Steven Yi  wrote:
>> If we pull from develop to coverity_scan, the email list should be
>> taken care of then (if I understand correctly).
>>
>> On Tue, Nov 3, 2015 at 10:13 AM, Felipe Sateler  wrote:
>>> The list change is in develop but not in the coverity_scan branch.
>>> Most likely coverity ran a new scan after their toolchain was updated.
>>>
>>> On 3 November 2015 at 15:11, jpff  wrote:
>>>> Can it also mail the new list as well?
>>>>
>>>>
>>>> On Tue, 3 Nov 2015, Felipe Sateler wrote:
>>>>
>>>>> Done. It should refresh itself in 15 minutes.
>>>>>
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> Saludos,
>>> Felipe Sateler
>
>
>
> --
>
> Saludos,