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 200038 - CSL classes loaded when no editor open
Summary: CSL classes loaded when no editor open
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: -S1S-
Hardware: Other Linux
: P2 normal (vote)
Assignee: David Strupl
URL:
Keywords: PERFORMANCE, REGRESSION
Depends on:
Blocks:
 
Reported: 2011-07-11 10:46 UTC by Jaroslav Tulach
Modified: 2011-09-06 08:12 UTC (History)
2 users (show)

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 Jaroslav Tulach 2011-07-11 10:46:11 UTC
Build 
http://deadlock.netbeans.org/hudson/job/ergonomics/2571/
detected few new classes being loaded on start see

http://deadlock.netbeans.org/hudson/job/ergonomics/2571/artifact/ide.kit/build/test/qa-functional/work/o.n.t.i.W/testWhitelist1/

Following classes seem to be loaded for no reason:

org.netbeans.modules.csl.core.AbstractTaskFactory
org.netbeans.modules.csl.editor.fold.GsfFoldScheduler
org.netbeans.modules.csl.editor.fold.GsfFoldScheduler$AListener
org.netbeans.modules.csl.navigation.CSLNavigatorScheduler
org.netbeans.modules.csl.navigation.CSLNavigatorScheduler$AListener
org.netbeans.modules.csl.navigation.ClassMemberNavigatorSourceFactory


See how to at 
http://wiki.netbeans.org/FitnessViaWhiteAndBlackList
Comment 1 Quality Engineering 2011-07-12 14:15:22 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/fbd914a944e5
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #200038: Whitelisting classes for now
Comment 2 Jaroslav Tulach 2011-07-20 07:29:14 UTC
"Profiling" snapshot showing who loads what violator:
http://netbeans.org/bugzilla/attachment.cgi?id=109525
Comment 3 David Strupl 2011-09-06 08:12:11 UTC
I have added the classes when working on bug 
https://netbeans.org/bugzilla/show_bug.cgi?id=179786

As I don't see a way to not load them --- I am marking the report as wont fix. If someone has a suitable patch Svata or me will be happy to apply it.

BTW we plan bigger changes in CLS for 7.2 - maybe these will no longer be needed. That will be up to Svata and Milutin.