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

Rational Software Analyzer


Company: IBM

Average User Rating (6 reviews)

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


User Reviews
Share:


    Version Reviewing: 7.1

    "programming language support, and technology support"

    by Atri on Jun 2, 2016 11:28 PM

    Summary:
    Rational Software Analyzer family, Identify and fix software defects early in the development lifecycle

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: beta

    "Application lifecycle Management"

    by Teamug on May 26, 2016 2:48 AM

    Summary:
    Were beta testing the rational software on a new Application development and this tool has been very useful for helping setup code QA and were appraising its use as a debugging tool for future developments. All good so far

    Report post

    Was this review helpful? (1) (0)

    add a comment


    Version Reviewing: 89%

    "26"

    by aleen on Feb 10, 2014 10:35 AM

    Summary:
    79

    Report post

    Was this review helpful? (1) (0)

    add a comment


    "very good"

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

    Summary:
    worth enough

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 5

    "good i have use this S/W"

    by MEENU on Feb 21, 2012 12:06 AM

    Summary:
    HI Friends, i am use this tools and great tools help my some problem solve Thanks

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "Sanity is important."

    by jowen on Sep 1, 2011 2:46 PM

    Summary:
    Independent and freeware static analysis tools are fine if you want something that easy and cheap for small projects, but when you want to do heavy lifting for something that is seen across your company, or used by a few hundred / thousand employees, I’d recommend looking at IBM’s Rational Software Analyzer. Though no software analyzer will get everything, nobody does it better than IBM. It is automated, which is good and bad. I don’t like automated analyzers when they fix things on their own, but Rational offers solutions and quick fixes, and it doesn’t take very long to perform its analysis. For massive, multi-day projects (aren’t they all?), it’s easy enough to send what code that you’ve already done through the analyzer. Unless you’ve done something stupid like end in the middle of a loop, it’s a good sanity check. In the end, isn't that just what we need?

    Report post

    Was this review helpful? (0) (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!