public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Questions about code reviews and static analysis tools for TU Delft research
@ 2015-02-24 10:54 Radjino Bholanath
  2015-02-25 23:21 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: Radjino Bholanath @ 2015-02-24 10:54 UTC (permalink / raw)
  To: gdb

Hi everyone,

I'm doing research on code reviews and static analysis tools at the SERG group (http://swerl.tudelft.nl/bin/view/Main/WebHome) of the Delft University of Technology. Currently, we want to give an overview of the usage of code review and static analysis tools in open source projects. Therefore, I would be very happy to know a little bit more about how code reviews are used in GDB and if (and maybe how) static analysis tools are used. I have a couple of questions for anyone willing to answer:

1. Do all developers (contributors and core developers) have to submit a code review for every change? I’m asking because many projects only review changes made by contributors.

2. Which code review tools are used?

3. Are static analyzers used? If they are used:
  a. Is passing the checks of the static analyzers necessary for a change to be accepted?
  b. Which static analyzers are used?

Thanks,

Radjino

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Questions about code reviews and static analysis tools for TU Delft research
  2015-02-24 10:54 Questions about code reviews and static analysis tools for TU Delft research Radjino Bholanath
@ 2015-02-25 23:21 ` Joel Brobecker
  2015-02-25 23:36   ` Radjino Bholanath
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2015-02-25 23:21 UTC (permalink / raw)
  To: Radjino Bholanath; +Cc: gdb

> 1. Do all developers (contributors and core developers) have to submit
> a code review for every change? I’m asking because many projects only
> review changes made by contributors.

Changes considered obvious do not need to be reviewed.

Nominated maintainers have the right to push a change without prior
review, but most submit the change and give others some time to comment
on it before doing the push.

In all cases, whether it be an immediate push without review or not,
the patch is always posted in the gdb-patches mailing-list.

> 2. Which code review tools are used?

There is no code-review tool used. Patches are reviewed by answer
the email that was used to submit the patch.

There is a patch tracking tool used by some maintainers.

> 3. Are static analyzers used? If they are used:
>   a. Is passing the checks of the static analyzers necessary for a change to be accepted?
>   b. Which static analyzers are used?

No static analysis tool used by the project per se. We had some
reports from the past sent to us; and, when appropriate, we made
some adjustments based on those reports.

-- 
Joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Questions about code reviews and static analysis tools for TU Delft research
  2015-02-25 23:21 ` Joel Brobecker
@ 2015-02-25 23:36   ` Radjino Bholanath
  0 siblings, 0 replies; 3+ messages in thread
From: Radjino Bholanath @ 2015-02-25 23:36 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb

Thanks for answering Joel, I appreciate it.

- Radjino
________________________________________
From: Joel Brobecker [brobecker@adacore.com]
Sent: Wednesday, February 25, 2015 8:57 AM
To: Radjino Bholanath
Cc: gdb@sourceware.org
Subject: Re: Questions about code reviews and static analysis tools for TU Delft research

Changes considered obvious do not need to be reviewed.

...

No static analysis tool used by the project per se. We had some
reports from the past sent to us; and, when appropriate, we made
some adjustments based on those reports.

--
Joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-25  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-24 10:54 Questions about code reviews and static analysis tools for TU Delft research Radjino Bholanath
2015-02-25 23:21 ` Joel Brobecker
2015-02-25 23:36   ` Radjino Bholanath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).