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

FxCop


Company: Microsoft

Average User Rating (2 reviews)

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


User Reviews
Share:


    "Portability"

    by PENG on Nov 10, 2011 1:02 AM

    Summary:
    FxCop directly to your compiled code processing.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "Portability a plus!"

    by jowen on Aug 30, 2011 7:11 PM

    Summary:
    The in-suite version of FxCop, Visual Studio’s static analysis tool, has been our standard (as has Visual Studio) for the past three years. We’ve always used the GUI version, though it is nice to know that there is a command line version (both come as part of the suite). The best thing about it is that it checks for portability, so we haven’t had to second guess ourselves when porting from Windows to Windows Phone. We’ll probably start phasing out the in-suite version for the downloadable version in the next few months, as we pilot it to see what extra functionalities we might need.

    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!