This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 215819 - REQ: Statistics of project code
Summary: REQ: Statistics of project code
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P2 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 07:09 UTC by markuszeller
Modified: 2015-01-02 11:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markuszeller 2012-07-23 07:09:59 UTC
I did not find anything yet, but for any project it would be nice to have some kind of statistics/analysis.

- How many classes and how often they are used.
- A overview of all variables and uses (maybe to find unused).
- A overview of all methods and uses (maybe to find unused).
- How many lines of code / instructions.

etc.
Comment 1 Milos Kleint 2012-07-23 13:34:41 UTC
not sure if generic infra can provide such statistics, moving to java for evaluation... but maybe just executing 3rd party tool like Sonar is the best solution here.
Comment 2 Ralph Ruijs 2012-08-06 07:47:04 UTC
I think this could be part of Source->Inspect, Honza?
Comment 3 markiewb 2015-01-02 11:06:32 UTC
FYI: Unused code detection is another issue https://netbeans.org/bugzilla/show_bug.cgi?id=181458