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 148079

Summary: org.mozilla.nb.javascript classes are loaded on NetBeans startup with LimeWire project
Product: javascript Reporter: Alexander Kouznetsov <mrkam>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: issues, jtulach
Priority: P2 Keywords: PERFORMANCE, TEST
Version: 6.x   
Hardware: PC   
OS: Windows XP   
URL: http://wiki.netbeans.org/FitnessViaWhiteAndBlackList
Issue Type: DEFECT Exception Reporter:
Attachments: Stacktraces

Description Alexander Kouznetsov 2008-09-23 18:12:45 UTC
Performance test reports that the following classes are loaded on NetBeans startup with LimeWare project:

    org.mozilla.nb.javascript.Callable
    org.mozilla.nb.javascript.CompilerEnvirons
    org.mozilla.nb.javascript.ConstProperties
    org.mozilla.nb.javascript.Context
    org.mozilla.nb.javascript.ContextFactory
    org.mozilla.nb.javascript.Decompiler
    org.mozilla.nb.javascript.DefaultErrorReporter
    org.mozilla.nb.javascript.ErrorReporter
    org.mozilla.nb.javascript.Function
    org.mozilla.nb.javascript.IRFactory
    org.mozilla.nb.javascript.Interpreter
    org.mozilla.nb.javascript.Kit
    org.mozilla.nb.javascript.Node
    org.mozilla.nb.javascript.ObjArray
    org.mozilla.nb.javascript.ObjToIntMap
    org.mozilla.nb.javascript.Parser
    org.mozilla.nb.javascript.Parser$NoOpDecompiler
    org.mozilla.nb.javascript.ScriptOrFnNode
    org.mozilla.nb.javascript.ScriptRuntime
    org.mozilla.nb.javascript.Scriptable
    org.mozilla.nb.javascript.ScriptableObject
    org.mozilla.nb.javascript.ScriptableObject$Slot
    org.mozilla.nb.javascript.TokenStream
    org.mozilla.nb.javascript.UniqueTag
    org.mozilla.nb.javascript.debug.DebuggableObject
    org.mozilla.nb.javascript.optimizer.Codegen

Please don't load these classes unless they are really necessary.
Comment 1 Alexander Kouznetsov 2008-09-23 18:13:31 UTC
Created attachment 70350 [details]
Stacktraces
Comment 2 Torbjorn Norbye 2008-09-30 00:57:10 UTC
If these classes are loaded (see issue 148179 for more information on that), then they would be loaded because the
JavaScript parser is running - that would be a duplicate of issue 148179.

*** This issue has been marked as a duplicate of 148179 ***
Comment 3 Alexander Kouznetsov 2008-09-30 16:18:53 UTC
ok