code-analysis
How To Edit PyDev Quick Fix Templates?
I am developing a class in PyDev and as I am writing the __init__(self) method I realize I need to call another method.Within __init__ I simply type self.otherMethod(param) then press Ctrl+1 and the Q[详细]
2023-04-12 15:21 分类:问答Measuring various aspects of code
Is开发者_StackOverflow there a tool that is able to measure the frequency of function calls in a project and counts other aspects (for statistics purposes) of Python code?[详细]
2023-04-11 06:16 分类:问答Resharper 6.0 code analysis and font configuration unavailable
After I uninstalled Resharper 5.0 and installed the latest 6.0, code analysis stopped working on VS 2010 (on vs 2008 it still works).[详细]
2023-04-10 13:20 分类:问答How to create a FxCop (Code Analysis) custom ruleset by combining existing rules
Please let me know , how can I develop a FxCop (Code Analysis) custom rules assembly by combining existing rules such as that custom rules assembly will include rules from \"Microsoft Basic Correctnes[详细]
2023-04-08 06:49 分类:问答Tool to detect missing disposes
im searching for any tool 开发者_Go百科that can detect any missing dispose calls on classes that do data access and file operations. And if it checks another performance issues it will be nice.[详细]
2023-04-06 19:30 分类:问答Call graph generation from matlab src code
I am trying to create a function call graph for around 500 matlab src files. I am unable to find any tools which could help me do the same for multiple src files.[详细]
2023-04-05 09:55 分类:问答FxCop throws an exception on the command line, but not in the GUI?
I\'ve an FxCop 10.0 project that runs fine through the FxCop GUI but when I run it throught the FxCopCmd command line app (which I want to use as part of our automated build process) it generates the[详细]
2023-04-05 06:52 分类:问答VS2010 Code Analysis - Export/Print all checked and unchecked rules for a project
Is it possible to obtain a report (export or print) of all the selected rules active for a c# project?[详细]
2023-04-04 07:05 分类:问答Automatically enforce Code Analysis policies in Visual Studio 2008
Our team are looking into implementing Code Analysis as a check in policy in TFS. We\'ve decided on which rules we 开发者_如何学JAVAwant to enforce but won\'t be applying the policies to TFS for a w[详细]
2023-04-03 18:04 分类:问答Why does the halting problem make it impossible for software to determine the time complexity of an algorithm
I\'ve read some articles about big-Oh calculation and the halting problem. Obviously it\'s not possible for ALL algoritms to say if they ever are going to stop, for example:[详细]
2023-04-02 21:35 分类:问答