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

See Also:
Issue Type: TASK
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:28:35 UTC
Need to collect failed inclusions to have possibility of anylizing passed
include paths
Comment 1 Vladimir Voskresensky 2006-05-20 23:12:49 UTC
Statistics also contains info about successfull inclusions and counter for each
included file.
Need to handle recursive inclusions problem too.
Comment 2 Vladimir Voskresensky 2006-05-22 10:06:26 UTC
  - added counter how many times "this" file was included from another file
  - added statistics about recursion problems
Comment 3 Vladimir Voskresensky 2006-05-24 21:20:47 UTC
Integrated changes:
statistics is turned on with cnd.modelimpl.stat.level property.
Level 0:
- no statistics
Level 1
- summary about failed or recursive inclusions
Level 2
- *** All from Level 1 ***
- datailes about inclusions (where was included from and how many times)
Level 3
- *** All from Level 2 ***
Comment 4 Vladimir Voskresensky 2008-06-26 09:59:40 UTC
was already finished