code-metrics
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 分类:问答counting source code lines in python project
How do I calculate the number of lines written in a project containing multiple sub dirs in a python project. for example a dir structure is like[详细]
2023-04-08 22:49 分类:问答How to get a list of types that my class depends on in Ndepend?
Using Ndepend; How can I get a list of all types (types only from the same assembly) that my class is using?[详细]
2023-03-30 08:10 分类:问答Lines of Code count for Flex in Eclipse
How to get the SLOC c开发者_如何学Goount for the Flex code in Eclipse? Is there a plug-in similar to \"Metrics\" for finding information about the Flex porject?This is the easiest way to count lines o[详细]
2023-03-24 23:20 分类:问答How to use IntelliJ IDEA to find all unused code?
When I am in a .java file, the unu开发者_运维问答sed code is usually grayed out or has a green underline saying this code will probably (probably because of some weird JNI/Reflection corner cases) be[详细]
2023-03-18 17:42 分类:问答What does "Depth of Inheritance" mean for methods?
I have just installed the Visual Studio Power Tool for code analysis and the viewer for the results. Great tools, by the way![详细]
2023-03-06 17:36 分类:问答Lines of Code as a function of preprocessor definitions
A project I\'m working on (in C) has a lot of sections of code that can be included or omitted based on compile-time configuration, using preprocessor directives.[详细]
2023-03-01 10:18 分类:问答CCN java function- is there any guide line on what could be realistic limit
I am using javancss to detect CCN of methods. There are methods in our source codewith values varying from 1 to 35 (are are even large).[详细]
2023-02-28 06:52 分类:问答How to execute Metrics2 plugin from command line?
Is it possible to run Metrics Plugin from Command Line. I am not interested in Ant Task. W开发者_运维知识库hat I am looking for is to run this from a shell script passing the file name as a parameter[详细]
2023-02-23 07:38 分类:问答How to get 'Code Metrics' out of VS2003?
I want to use VS2010 power tool \'Code Metrics\' with VS2003 Projects and Solutions? do you know how I can manage to do that?[详细]
2023-02-13 08:57 分类:问答