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 96051 - Improve preselection of component and subcomponent
Summary: Improve preselection of component and subcomponent
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
Depends on: 96052
Blocks:
  Show dependency tree
 
Reported: 2007-02-20 16:06 UTC by pzajac
Modified: 2009-02-19 22:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2007-02-20 16:06:38 UTC
Preselection of component and subcomponent is based on mapping issues with cvs
logs. It has few problems. 

1)The major problems is when the class from stacktrace is not available in
NetBeans cvs. For example ruby support. 
2) Mining mapping from cvs history is not done every day. 

Solution:
1) Try use mapping from exceptions database to issuezilla issue.
2) When no mapping still exists try now to use mapping cvs logs with issuezilla.
Comment 1 Jindrich Sedek 2008-11-03 12:50:50 UTC
components and subcoponents mapping was already improved by sourcejar mapping covering this problem.