Skip to main content

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

Hi Alena,

Leo is talking about the use case of running via a Menu. Leo's checker needs to run through all code in the project from start to finish.
 
I don't know how checkers are invoked (Can someone point me to the location in Codan's source?), but what would be nice is if an event was raised to a checker before it was invoked and after it was invoked for all files.


--
Chris Andrews
 

 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alena Laskavaia
Sent: Thursday, May 05, 2011 2:40 PM
To: CDT General developers list.
Subject: 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

_______________________________________________

cdt-dev mailing list

cdt-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top