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 200047 - CND violators in testWhitelist3
Summary: CND violators in testWhitelist3
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: Other Linux
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: PERFORMANCE, REGRESSION
Depends on:
Blocks:
 
Reported: 2011-07-11 13:40 UTC by Jaroslav Tulach
Modified: 2013-05-23 12:48 UTC (History)
0 users

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 13:40:47 UTC
Build http://deadlock.netbeans.org/hudson/job/ergonomics/2571/ shows many violations comming from CND:

org.netbeans.modules.cnd.api.project.NativeProjectType
org.netbeans.modules.cnd.asm.core.assistance.CodeHighlightFactory
org.netbeans.modules.cnd.editor.cplusplus.CppDTIFactory
org.netbeans.modules.cnd.editor.cplusplus.CppTBIFactory
org.netbeans.modules.cnd.editor.cplusplus.CppTTIFactory
org.netbeans.modules.cnd.editor.fortran.FortranTTIFactory
org.netbeans.modules.cnd.highlight.CppHighlightsLayerFactory
org.netbeans.modules.cnd.makeproject.MakeBasedProjectFactorySingleton
org.netbeans.modules.cnd.makeproject.MakeProjectFileOwnerQuery
org.netbeans.modules.cnd.makeproject.MakeProjectPaths
org.netbeans.modules.cnd.makeproject.MakeProjectTypeImpl
org.netbeans.modules.cnd.utils.CndUtils
org.netbeans.modules.cnd.utils.MIMENames
org.netbeans.modules.remote.impl.fs.RemoteFileObjectBase
org.netbeans.modules.remote.impl.fs.RemoteFileUrlMapper

Can you please eliminate some of them?
Comment 1 Quality Engineering 2011-07-12 14:18:31 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/330117b2d7e7
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #200047: Temporarily whitelisting CND related classes. Backout when fixed.
Comment 2 Jaroslav Tulach 2011-07-20 07:29:42 UTC
"Profiling" snapshot showing who loads what violator:
http://netbeans.org/bugzilla/attachment.cgi?id=109525
Comment 3 Alexander Simon 2011-08-30 11:38:37 UTC
Jaroslav, is it CND issue?
For example, how can I fix CppDTIFactory on CND side?
Comment 4 Jaroslav Tulach 2011-08-30 12:33:30 UTC
Please evaluate the cases and if there is some needed help from the infrastructure, make sure it is reported as a request assigned to the infrastructure component.

Having list of these requirements before people start to think about next release would help us during 7.2 planning.
Comment 5 Egor Ushakov 2013-05-23 12:36:16 UTC
current results: http://deadlock.netbeans.org/hudson/job/ergonomics/lastSuccessfulBuild/artifact/ide.kit/build/test/qa-functional/work/o.n.t.i.W/
    org.netbeans.modules.cnd.makeproject.MakeProjectPaths
    org.netbeans.modules.cnd.modelimpl.Installer$Start
    org.netbeans.modules.cnd.utils.CndUtils
    org.netbeans.modules.remote.impl.fs.RemoteFileObject
    org.netbeans.modules.remote.impl.fs.RemoteFileUrlMapper
Almost all of them are loaded from system lookups or infrastructure
Comment 6 Egor Ushakov 2013-05-23 12:37:58 UTC
remote classes are not from testWhitelist3, correct list is:
org.netbeans.modules.cnd.makeproject.MakeProjectClassPathProvider
org.netbeans.modules.cnd.modelimpl.Installer$Start
org.netbeans.modules.cnd.utils.CndPathUtilities
Comment 7 Vladimir Voskresensky 2013-05-23 12:48:59 UTC
Jaroslav, any issues with our classes now?