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 76616 - *Code Model* Provide file-based statistic of "unresolved types" problems for parser phase
Summary: *Code Model* Provide file-based statistic of "unresolved types" problems for ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks: 76611
  Show dependency tree
 
Reported: 2006-05-19 16:31 UTC by Vladimir Voskresensky
Modified: 2007-09-06 18:06 UTC (History)
0 users

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 Vladimir Voskresensky 2006-05-19 16:31:39 UTC
Collect unresolved types/classifiers during file parsing phase
Comment 1 Vladimir Kvashin 2006-05-26 16:08:55 UTC
Complete. Statistics is gathered in the case "cnd.modelimpl.stat.level" property
is set to a number greater than 0.

To print statistics in a file use 
org.netbeans.modules.cnd.modelimpl.csm.Diagnostic.dumpUnresolvedStatistics()

tracemodel.sh script dumps it by default to /tmp/stat/GLOBTRACEMODEL.stat