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 164684 - org.netbeans.modules.cnd.highlight.* classes loaded during 1st startup
Summary: org.netbeans.modules.cnd.highlight.* classes loaded during 1st startup
Status: RESOLVED DUPLICATE of bug 177518
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://wiki.netbeans.org/FitnessViaWh...
Keywords: PERFORMANCE, REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2009-05-07 13:36 UTC by Oleg Khokhlov
Modified: 2009-11-24 08:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktraces (6.52 KB, text/xml)
2009-09-24 14:47 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-07 13:36:33 UTC
Performance whitelist test reports that following classes are loaded during 1st NetBeans startup

   org.netbeans.modules.cnd.highlight.semantic.options.SemanticHighlightingOptions
   org.netbeans.modules.cnd.highlight.semantic.options.SemanticHighlightingOptions$Instantiator
   org.netbeans.modules.cnd.navigation.macroview.MacroExpansionCaretAwareFactory
Comment 1 Vladimir Voskresensky 2009-05-07 15:28:29 UTC
fixed
http://hg.netbeans.org/cnd-main/rev/c470d5c90070
Comment 2 Quality Engineering 2009-05-10 07:50:57 UTC
Integrated into 'main-golden', will be available in build *200905100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c470d5c90070
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#164684: org.netbeans.modules.cnd.highlight.* classes loaded during 1st startup
Comment 3 Oleg Khokhlov 2009-06-10 16:43:22 UTC
checked with 20090608
they are still there + one more
    org.netbeans.modules.cnd.gizmo.ui.GizmoIndicatorTopComponentActivateAction
Comment 4 Maria Tishkova 2009-06-11 07:38:43 UTC
    org.netbeans.modules.cnd.gizmo.ui.GizmoIndicatorTopComponentActivateAction class is registered in layer.xml in
Shortcuts folder, if you know how the fix the problem please let me know (the same problem I have in IZ 165053)
Comment 5 Maria Tishkova 2009-06-16 12:26:35 UTC
fix for org.netbeans.modules.cnd.gizmo.ui.GizmoIndicatorTopComponentActivateAction class in rev
http://hg.netbeans.org/cnd-main/rev/847511702724
Comment 6 Quality Engineering 2009-06-17 08:30:21 UTC
Integrated into 'main-golden', will be available in build *200906170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/847511702724
User: Maria Tishkova <mromashova@netbeans.org>
Log: part fix for IZ#164684 org.netbeans.modules.cnd.highlight.* classes loaded during 1st startup
fixed part about org.netbeans.modules.cnd.gizmo.ui.GizmoIndicatorTopComponentActivateAction class
Comment 7 Oleg Khokhlov 2009-09-24 14:46:45 UTC
   org.netbeans.modules.cnd.highlight.semantic.options.SemanticHighlightingOptions
   org.netbeans.modules.cnd.highlight.semantic.options.SemanticHighlightingOptions$Instantiator
   org.netbeans.modules.cnd.navigation.macroview.MacroExpansionCaretAwareFactory

all 3 are still there

Build 20090922

test: ant in ide.kit/tests/whitelist

comment from jtulach: "Loaded by org.netbeans.modules.cnd.model.tasks.CsmFileTaskFactoryManager$1.run 
I do not see a single reason why cnd file tasks shall be executed before a  single CND related file or project is open.
P3 for cnd."
Comment 8 Oleg Khokhlov 2009-09-24 14:47:15 UTC
Created attachment 88293 [details]
stacktraces
Comment 9 Vladimir Voskresensky 2009-11-24 08:28:09 UTC

*** This bug has been marked as a duplicate of bug 177518 ***