code-analysis
SourceMonitor-like tool to analyze iPhone / Objective-C Code
Is there a开发者_C百科ny tool like SourceMonitor to analyze Objective-C Source code?have you tried with iphone static analyzer?There is one built into Xcode 4. Try \"Product\" followed by \"Analyze\"[详细]
2023-04-02 18:59 分类:问答Code analysis not working after ReSharper uninstall
I uninstalled ReSharper 6 recently. Now, if I look at any code analysis ruleset it won\'t display any other info than the ID (e.g. CA1001). The name and all other infos are shown as \"unknown\" and th[详细]
2023-04-01 19:03 分类:问答Releasing a navigationItem
I\'ve the following question: I\'ve an AppDelegate and I add there a navigationController and load UIViewController B in it.[详细]
2023-04-01 12:28 分类:问答PyLint wrongly says an object missing certain attributes
In my code I use object from compiled extensions (in my case, igraph). I use PyLint to analyze the code. PyLint complains about missing attributes (such as igraph\'s Graph.adjacent), while it clearly[详细]
2023-04-01 11:29 分类:问答Tool to help eliminate wildcard imports
I\'m refactoring and eliminating wildcard imports on some fairly monol开发者_开发百科ithic code.[详细]
2023-03-31 16:41 分类:问答Any alternatives for code analysis in .net apart from FxCop?
I was wondering if there are any alternatives for code analysis. I suppose one can create a code analyser from scratch though this is a te开发者_运维技巧dious work and I am not sure it worths it after[详细]
2023-03-30 01:52 分类:问答Code analysis complains I'm not disposing objects. What is wrong here?
Consider this code private MailMessage GetMailMessageFromMailItem(Data.SystemX.MailItem mailItem) { var msg = new MailMessage();[详细]
2023-03-29 02:50 分类:问答Howto parse multiple files (whole packages) with pylint
I am working with开发者_StackOverflow python 2.7 and installed pylint 0.24, as an IDE i use Eclipse (with pydev) and the OS is windows 7 64 bit.[详细]
2023-03-28 21:26 分类:问答Disabling/Fixing Code Analysis warnings from .Designer.cs files
I am using DataVisualization.Charting.Chart extensively, and for the most part it is working. However, I\'ve been running Code Analysis frequently, and have all my own warnings taken care of. But, the[详细]
2023-03-26 13:35 分类:问答what is mean by "suppress results from generated code"
I am using Visual Studio开发者_Go百科 2008 team system. I have C project. I went to project properties and in the code analysis section. I wonder what is mean by[详细]
2023-03-25 16:05 分类:问答