Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Codan LifeCycle?

What scenario you are talking about? It runs as you type every few
seconds, or it can run menu or with builder.

On Thu, May 5, 2011 at 9:30 AM, Leo Tran <tran.leo@xxxxxxxxx> wrote:
> Re Hi,
>
> Is there an event before/end or method before/after that I can register/call
> when Codan finished so that I can do some post analysis.
>
> I have tried James's suggestion but the resource change event generated too
> many events to be use in our large code base  >10K.
>
> Thank again,
>
>
> On Thu, Apr 28, 2011 at 1:52 PM, James Blackburn <jamesblackburn@xxxxxxxxx>
> wrote:
>>
>>
>> On 28 April 2011 18:43, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
>>>
>>> Codan creates permanent markers to display in Problems View. Those
>>> markers I believe are stored in XML file somewhere in .metadata/.plugins/
>>
>> Or just access them using core.resources API...
>> You can register a resource change listener and your listener will get
>> notified of marker changes.
>> James
>>
>>>
>>> Andrew
>>>
>>> On Thu, Apr 28, 2011 at 1:38 PM, Leo Tran <tran.leo@xxxxxxxxx> wrote:
>>>>
>>>>
>>>> Hi all,
>>>>
>>>> I would like to collect and write the errors/warning to a html file when
>>>> Codan finished.
>>>>
>>>> Is there a method that Codan calls when Codan's checkers finished
>>>> checking the code?
>>>>
>>>> How do I go about collect and write the errors/warning to a html file
>>>> when Codan finished?
>>>>
>>>> Thank you,
>>>> _______________________________________________
>>>> cdt-dev mailing list
>>>> cdt-dev@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>>
>>>
>>>
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>
>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top