Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Coverity 5


Company: Coverity

Average User Rating (3 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "great tool"

    by saroj kishan on May 31, 2013 1:21 PM

    Summary:
    easy to use

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "awesome performance"

    by saroj kishan on May 31, 2013 12:15 PM

    Summary:
    highly reliable

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "Effective"

    by jowen on Sep 14, 2011 1:14 PM

    Summary:
    Coverity’s static analysis tools have always been reliable, and their flagship, Coverity 5, has done a great deal to shore up our security. A few years ago, we worked with a white hat on several different occasions, so he was pretty familiar with what he needed to do when we came to him again last spring. Coverity 5 did a few simple things, such as point out some faulty syntax, but it also found a hole that was created when we had to do a rewrite for our exec team. After we patched the hole, the white hat made us pretty confident in what we had.

    Report post

    Was this review helpful? (1) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!