code-analysis
Is there a way to use static code analysis to determine if all fields of a certain type have an annotation?
I have some POJOs that are used to shuffle data around in my application and its webservices. We have just introduced an annotation to help us verify that String fields in those POJOs are of a certain[详细]
2023-03-10 09:38 分类:问答What is the procedure to install StyleCop?
I am trying to install StyleCop, but I am unable to install it. After installation I couldn\'t see StyleCop in my c开发者_如何学运维ode. If anyone find please help me regarding this.As you\'re using V[详细]
2023-03-09 11:50 分类:问答Java call sequence analysis
I would like to be able to visualize the call sequence for a given JVM process (what methods were called on which objects and what parameters where passed). For example a tool that would dump this inf[详细]
2023-03-08 11:48 分类:问答IDisposable and CA2000 warning during VS2010 Code Analysis
I need some advice here, I hope somebody can help me. I have the following class structure (simplified):[详细]
2023-03-07 21:31 分类:问答Textmate to browse C++ project with a bunch of files and CUDA
I am new to Textmate. I have to work on a CUDA C++ project and at the moment just would like to get the project (bunch of files and directories), start with the main C++ file and from there, selecting[详细]
2023-03-07 13:38 分类:问答List global variables in a C program
Is there a tool around that will list all the global variables in a C program? More specifically, is there a simple commandline tool that will do this, i.e. not a hea开发者_StackOverflow中文版vyweight[详细]
2023-03-07 06:14 分类:问答PHP_CodeSniffer, PHPMD or PHP Depend
I am looking at doing some static code analysis of an exisiting PHP proje开发者_如何学Goct, and I\'m having trouble understanding the distinctions between PHP_CodeSniffer, PHPMD, and PHP Depend. Are t[详细]
2023-03-06 13:35 分类:问答Find out if CsElement is a static field? (StyleCop custom rule)
How do I query a CsElement object to see 开发者_StackOverflow社区if the element is a static field?[详细]
2023-03-06 09:59 分类:问答Tool that finds pieces of code without thorough coverage of exceptional states
I would like to find a good tool that will analyze my code and find possible problems with missing exceptional states handling, like null checking, numerical overflows ect..[详细]
2023-03-05 20:21 分类:问答Tool to diagnose the code to check for errors at runtime
Is it possible to check the code and find all places where conversion errors might hap开发者_运维技巧pen.[详细]
2023-03-05 02:02 分类:问答