It sometimes happens that I need to change the behavior of a function.Is there an ea开发者_运维问答sy way to find functions (on the matlab path) that use that function?The way I do this is to look for
I want to make sure all getters of th开发者_JAVA百科e classes in a certain package follow a given template.
I\'m looking for a tool that will tell/resolve for every function all the call paths (call it \"routes\") to it.
Is there a good resource which describes the \"why\" behind PMD rule sets? PMD\'s site has the \"what\" - what each rule does - but it doesn\'t describe why PMD has that rule and why ignoring that rul
I\'m using VS2010 RC while targeting .NET 3.5.I can run code analysis via Visual Studio without a problem.However, when I try to run code analysis on our CI server it isn\'t getting executed.When I at
Here, we run a set of Visual Studio 2008\'s CA rules both locally and on the build server.In order to check in, our CA rules must match the servers policy.However, I work on a large solution with seve
CA2122: Do not indirectly expose methods with link demands. My cod开发者_如何学Pythone is as follows:
FxCop is currently reporting the same rule violation for a particular method -- it has two out parameters, because I want to return two values to the caller without creating a struct for it.I wonder i
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
We\'ve got several Flex projects, one of which has just been refactored.I\'m wondering if there\'s an easy way t开发者_Python百科o tell which classes and functions (if any) aren\'t being used any more