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
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have three dimensional array of data that is generated from web server logs for my cloud application. The data consists of a weekly count from each server\'s log for a particular request (e.g., GET
I have some metrics (like counts of logged in users, or SQL queries, or whatever), and I want to gather some time-dependent stats on a regular basis.
I was thinking about software metrics to use in the analysis of the effort to develop a piece of software.As I was thinking about using function-point like metrics for object-oriented software, I came
Is there a way to quickly search for the complete list of code paths to one particular function in my project, in order to find out whether some certain upper-lever function calls it, either directly
I know about Sonar but I\'d rather not (actually, can\'t) run a whole web app that says it likes 500Mb of ram just to run some reports on a build. I\'ve already got Checkstyle, FindBugs & PMD - ca
I\'m looking for a service (or gem) that will enable me to create a track software-produced business metrics.I should clarify what I\'m looking for, because this might be me failing at articulating wh
I\'m wondering if there\'s a metric similar to the Package Stability Metric defined by Robert Martin that can be used to know when a package should or shouldn\'t depend on another, by its Instability
I\'m trying to create an optical character recognition system with the dictionary. In fact I don\'t have an implemented dictionary yet=)