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 142758 - Startup regression: org.netbeans.modules.groovy.support.debug
Summary: Startup regression: org.netbeans.modules.groovy.support.debug
Status: VERIFIED WONTFIX
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Kouznetsov
URL: http://wiki.netbeans.org/FitnessViaWh...
Keywords: PERFORMANCE, REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2008-08-04 09:36 UTC by Alexander Kouznetsov
Modified: 2008-10-30 14:24 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktraces (11.94 KB, text/plain)
2008-08-04 09:37 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2008-08-04 09:36:01 UTC
Performance test reports there is a NetBeans startup regression which is caused by loading of the following classes:

org.netbeans.modules.groovy.support.debug.Context
org.netbeans.modules.groovy.support.debug.GroovyLineBreakpoint
org.netbeans.modules.groovy.support.debug.GroovyToggleBreakpointActionProvider

Please don't load this classes at NetBeans startup.
Comment 1 Alexander Kouznetsov 2008-08-04 09:37:00 UTC
Created attachment 66449 [details]
Stacktraces
Comment 2 martin_adamek 2008-10-06 13:47:07 UTC
As all other debugger support have same classes listed in whitelists, I would like to request the same for Groovy.
Comment 3 Alexander Kouznetsov 2008-10-06 20:48:01 UTC
http://hg.netbeans.org/main/rev/71920f463c34
Comment 4 Alexander Kouznetsov 2008-10-13 10:52:56 UTC
verified