lines-of-code
SWT needs to much lines of code
I wondering why swt is so inconvenient to use. We as programmers have 开发者_开发问答to produce tons of unnecessary source code. Here an example.[详细]
2023-04-07 21:18 分类:问答How to you measure lines of front-end code (HTML, CSS, JS, JSP)?
The company I work for is being audited and I have to provide some metrics on our codebase. I have provided some statistics on our Java code us开发者_Go百科ing some plugins for Eclipse.[详细]
2023-04-04 21:58 分类:问答Eclipse plugin for measuring lines of code
I\'m running Eclipse Helios (3.6) and was wondering if there is a开发者_C百科 nice plugin out there that will count the number of logical lines of code in a java source file. By logical, I mean[详细]
2023-03-27 01:36 分类:问答Count total number of lines in a project excluding certain folders or files
Using the command: wc -l + `find . -name \\* -print` You can get the total number of lines of all files inside a folder.[详细]
2023-03-06 17:13 分类:问答Count total number of lines in Netbeans
Is there any way to count the total number of lines 开发者_JS百科inside a php project?In Linux you have the wonderful \'wc\' command:[详细]
2023-03-04 20:27 分类:问答Project Lines of Code / LOC from TextMate?
I\'m trying to find a trivially easy way of estimating the LOC for 开发者_StackOverflow中文版my Rails project, including views and CSS.[详细]
2023-02-28 14:50 分类:问答Easy way to count lines of code using reflection
I need a (very rough) estimation on the lines of code (none-blank, none-comment) of an .net Assembly (c#). Is there an easy way to do this using reflection?[详细]
2023-02-26 10:36 分类:问答Countlines of code : include deleted lines?
Should we need to consider deleted lines of code , along with inserted(added)/modified lines of code while taking metrics? ( say revision\'s to code ma开发者_开发问答de me to delete some lines of code[详细]
2023-02-13 04:06 分类:问答Merging selective lines of code using Git?
I would like to force git to always merge using a (kind of) 3-way conflicts resolutio开发者_开发问答n. Moreover, I want to do it to the point of being able to choose single lines.[详细]
2023-01-19 04:29 分类:问答how big should function length be (lines of code in a function)? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: How many lines of code should a function/procedure/method have?[详细]
2023-01-02 13:46 分类:问答