Automated Source Code Analysis for C++ Ruby Projects (free!?!?)

T

Thursday

It would be nice if Rubyforge or RAA would auto-analyze source code for
common errors like memory leaks (unfreed pointers) using tools such as:

1. Gimpel pc-lint
2. Parasoft c++test

Since they are static code-analysis tools, they can be automated more
easily/safely than say, runtime tools such as valgrind or Glowcode.

Lets approach both Gimpel and Parasoft--then ask them if they'd be
willing to provide a license to analyze c/c++ ruby code in exchange for
recognition of their donation to the ruby community on RAA and
Rubyforge. See which vendor offers a better deal (not just in price,
but in licensing/usage terms--maybe they can run the analysis on their
machines every night (or week) so they don't even have to give away a
copy of the tool).

Even if they approve this for only ruby 1.8.x and fcgi 0.x, it would
still be very timesaving.

It is very useful to have an automated tool go thru all the source code
and point out memory leaks or code that breaks published recommendations
(effective c++ books, misra2, etc). And simply clicking on these alerts
will take you directly to the code so you can review & edit.

Any takers? Seems crazy not to try given the win/win for all involved.
 
S

Saynatkari

Le 9/4/2005 said:
It would be nice if Rubyforge or RAA would auto-analyze source code for
common errors like memory leaks (unfreed pointers) using tools such as:

1. Gimpel pc-lint
2. Parasoft c++test

Since they are static code-analysis tools, they can be automated more
easily/safely than say, runtime tools such as valgrind or Glowcode.

Lets approach both Gimpel and Parasoft--then ask them if they'd be
willing to provide a license to analyze c/c++ ruby code in exchange for
recognition of their donation to the ruby community on RAA and
Rubyforge. See which vendor offers a better deal (not just in price,
but in licensing/usage terms--maybe they can run the analysis on their
machines every night (or week) so they don't even have to give away a
copy of the tool).

Even if they approve this for only ruby 1.8.x and fcgi 0.x, it would
still be very timesaving.

It is very useful to have an automated tool go thru all the source code
and point out memory leaks or code that breaks published recommendations
(effective c++ books, misra2, etc). And simply clicking on these alerts
will take you directly to the code so you can review & edit.

Any takers? Seems crazy not to try given the win/win for all involved.

The problem is that, due to the structure of ruby programs (or
ruby itself), certain errors are very difficult to spot and many
things will cause false positives, for example with memory since
there is a garbage collector involved.

I do not know how well even commercial products would deal with that,
but otherwise it may not be a bad idea. Often, though, compiling
with the highest settings and using lint + valgrind yields similar
results.

E
 
T

Tom Copeland

It would be nice if Rubyforge or RAA would auto-analyze source code for
common errors like memory leaks (unfreed pointers) using tools such as:

1. Gimpel pc-lint
2. Parasoft c++test

Since they are static code-analysis tools, they can be automated more
easily/safely than say, runtime tools such as valgrind or Glowcode.

Note that anyone who has a license to either product could do this use
anonymous CVS checkouts from RubyForge... they could run a nightly job
or some such. They'd just need to set up a list of the projects on
RubyForge/RAA that included C code...

Yours,

Tom
 
N

NAKAMURA, Hiroshi

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Tom said:
Note that anyone who has a license to either product could do this use
anonymous CVS checkouts from RubyForge... they could run a nightly job
or some such. They'd just need to set up a list of the projects on
RubyForge/RAA that included C code...

We have 194 projects in RAA;
http://raa.ruby-lang.org/gonzui/search?q=void&fm=c

# Sorry for OT.

Regards,
// NaHi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Cygwin)

iD8DBQFCYI9hf6b33ts2dPkRAiF5AJ45L5WFw9nXqTOGsFYnb8WZM+g5iACgspd7
vl7Zrcxz6tCGMjsCTxOhsN0=
=vG5B
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top