Quote of the Day


Quotes and sayings

Archives

Categories

  • 31Mar

    Zero tolerance to software failures, problems and security breaches.

    In the last HJUG (Houston Java Users Group) meeting, Ching-Chiang Van who is a Senior Sales Engineer talked about Coverity, which is basically a portafolio of software integrity products to detect defects early in the development cycle.

    Based on the demo and the capabilities of this software I can say that is much powerful than FindBugs and PMD together and well obviously it has a cost.

    Van demoed some of the products that Coverity has:

    The first one was Coverity Prevent, which automatically scans large, complex code at the earliest stage in the development cycle to detect critical and must fix defects.  Coverity Prevent has the lowest false positive rate (false positive is when you think that you have an error but in fact you don´t) and that´s good because you don´t waste time trying to fix those findings.

    Then he talked about Coverity Thread Analyzer for Dynamic code analysis, hmm sounds powerful. The background on this one is that more and more companies develop multi-threaded Java apps on several servers so its a challenge to test these conditions and ensure quality. This tool is the first dynamic analysis solution for multi-threaded Java apps and helps to detect possible deadlocks and race conditions, avoid data corruption and system failures among others.

    And there are other two products: Coverity Architecture Analyzer to visualize architectural structure, complexity and dependencies and Coverity Software Readiness Manager which provides objective information about code quality, code coverage, complexity and more.

    You can try for free at their page.

    Tags: , ,

   

Recent Comments

  • brilliant!! We need more of this....
  • Yes it definitely helps, after that I saw software projects ...
  • I didnt know about the CAPM until I read your post, so do yo...