Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Cleaning up bugs

I am going to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=471967


On Thu, Aug 13, 2015 at 8:00 AM, Roberto Oliveria <rdutra@xxxxxxxxxxxxxxxxxx> wrote:
Hi Tim,

Regarding Codan there is also this bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=471967) that impacts the plugin UI.


On 08/10/2015 06:40 PM, Nathan Ridge wrote:
All pointers about suitable bugs and how to tackle them are gratefully
received.
Here are some suggestions:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=377046
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458850
https://bugs.eclipse.org/bugs/show_bug.cgi?id=468749

These are straightforward bugs inside individual Codan checkers that cause false-positive or false-negative warnings or errors. Fixing them should give you an idea of how checkers work, and some exposure to the data structures (AST and bindings) that represent the code they operate on.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=416283

This has to do with how information is communicated from the checker which identifies a problem, to the "quick fix processor" which offers the user a fix to the problem. This should give you exposure to the higher-level architecture of Codan. The problem and proposed solution are already described in the bug comments.

If any of these catches your interest, and you'd like some more tips about it, please let me know here or in a bug comment, I'm always happy to help.

Cheers,
Nate
                                       
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top