code-analysis
Extracting Basic Blocks/CFG from LLVM/clang on the Backend
I\'ve been beginning to work with LLVM and I\'m interested to know if there is a programmatic way to extract the control flow graph and/or basic blocks from LLVM/clang in order to do some analysis on[详细]
2023-02-09 07:54 分类:问答How to find possible problems with Java Swing?
I need a tool watching for a running Java application and reporting about incorrect use of Swing GUI library in it. It should be easy to find places where methods like setVisible() are invoked from a[详细]
2023-02-09 00:11 分类:问答Checking for handling of exceptions in xml comments?
Is there any C# code analysis tool that can verify if exceptions that are in the XML comments are handled somewhere up in the call chain?[详细]
2023-02-08 10:27 分类:问答Big-Oh notation for code fragment
I am lost on these code fragments and finding a hard time to find any other similar examples. //Code fragment 1[详细]
2023-02-07 08:38 分类:问答Big Oh Notation and Calculating the Running Time for a Triple-Nested For-Loop
In Computer Science, it is very important for Computer Scientists to know how to calculate the running times of algorithms in order to optimize code. For you Computer Scientists, I pose a question.[详细]
2023-02-07 05:48 分类:问答java code analysis and structure by tool or pluggin [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-07 04:00 分类:问答Does fxcop checks all the rules?
Does FxCop check all standard code rules. I feel its only checks what ever its written. I would not check what is not wr开发者_如何转开发itten. Like some functions does not have exception handling tha[详细]
2023-02-06 21:34 分类:问答Code Analysis - CA1704: Correct the spelling of 'Ps'
I am getting the following warning from Code Analysis in VS2010 CA1704 : Microsoft.Naming : Correct the spelling of \'Ps\' in member name[详细]
2023-02-06 15:13 分类:问答Rule CA1709 and two letter-words
I have a library with a lot of functions that use two letter-non english-words like this: FinDeDia EsPrimo[详细]
2023-02-06 10:17 分类:问答How to do code analysis on ASP.NET MVC 3 view files?
How to do code analysis on code written in ASPX / ASCX files in an ASP.NET MVC 3 application? Is it possible to create custom rules which can inspect code written in \"<%= %>\" or \"<%: %>\" or[详细]
2023-02-05 11:05 分类:问答