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 76613 - *Code Model* Provide file-based statistic of parser problems for parser phase
Summary: *Code Model* Provide file-based statistic of parser problems for parser phase
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks: 76611
  Show dependency tree
 
Reported: 2006-05-19 16:25 UTC by Vladimir Voskresensky
Modified: 2008-01-18 14:42 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:25:05 UTC
Collect parser problems during file parsing phase
Comment 1 Vladimir Voskresensky 2006-05-20 23:17:33 UTC
Commit first variant of statistics:
 - list of all exceptions
  -- the amount of the same erorrs
  -- error messages of other problems with the same kind
 - list is ordered:
  -- first found error has priority, then
  -- amount of same errors has priority
Comment 2 Vladimir Voskresensky 2006-05-24 21:19:54 UTC
Integrated changes:
statistics is turned on with cnd.modelimpl.stat.level property.
Level 0:
- no statistics
Level 1
- summary about parser problems
Level 2
- *** All from Level 1 ***
- detailes about the similar parser problems
Level 3
- *** All from Level 2 ***
- detailes of stack trace for parser problems
Comment 3 Vladimir Voskresensky 2006-06-07 20:55:15 UTC
Finished