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 221918

Summary: allow multiple passes on grouping reports
Product: ide Reporter: Milos Kleint <mkleint>
Component: Exceptions ReporterAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description Milos Kleint 2012-11-12 08:20:57 UTC
please see http://statistics.netbeans.org/exceptions/detail.do?id=174996

I have over 300 duplicates in this report, they all boil down to the o.apache.maven.MavenProject instance being loaded (which takes time and invokes loads of 3rd party code.)

However there are multiple callers of the method in question. this enhancement request is about allowing to have the report split by the callers. Somehow indicate that the method by which the report was grouped is ok, but another pass (above that stacktrace frame) should be performed and split it again.