I wondering why swt is so inconvenient to use. We as programmers have 开发者_开发问答to produce tons of unnecessary source code. Here an example.
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.
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
Using the command: wc -l + `find . -name \\* -print` You can get the total number of lines of all files inside a folder.
Is there any way to count the total number of lines 开发者_JS百科inside a php project?In Linux you have the wonderful \'wc\' command:
I\'m trying to find a trivially easy way of estimating the LOC for 开发者_StackOverflow中文版my Rails project, including views and CSS.
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?
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
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.
This question already has answers here: Closed 12 years ago. Possible Duplicate: How many lines of code should a function/procedure/method have?