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 188737 - New classes loaded at startup
Summary: New classes loaded at startup
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on: 187271
Blocks:
  Show dependency tree
 
Reported: 2010-07-16 17:22 UTC by David Strupl
Modified: 2011-05-24 14:28 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 David Strupl 2010-07-16 17:22:11 UTC
Our hudson job [1] that tests new classes loaded during startup with an opened
Java SE project [2] started to fail - there're more than 100 new classes. We'd
appreciate help with part of the list - to analyze classes that belong to
editor and java (lang.) infrastructure. This means to go through the list [3]
[4] and decide which classes are ok (add them to whitelist) and which are
suspicious (file a bug). Please have in mind these classes were not loaded
before so consider if it's ok there are now loaded after IDE starts with a
project (no file opened in editor). Thanks for help.

BTW we're observing about 10% regression since 6.8 in this startup scenario,
reducing the classes may help here (though we don't know the exact impact).

[1] Hudson job: http://deadlock.netbeans.org/hudson/job/ergonomics/
[2] Tested project:
http://hg.netbeans.org/binaries/FDCBE13B6CA7B154F6EE29BEF3B9404F7A7B1A57-lime6.zip
[3] the list of new classes:
http://deadlock.netbeans.org/hudson/job/ergonomics/lastSuccessfulBuild/artifact/ide.kit/build/test/qa-functional/work/o.n.t.i.W/testWhitelist3/whitelist_violators_3.txt
[4] the list also with stacktraces:
http://deadlock.netbeans.org/hudson/job/ergonomics/lastSuccessfulBuild/artifact/ide.kit/build/test/qa-functional/work/o.n.t.i.W/testWhitelist3/violations_3.xml
Comment 1 David Strupl 2010-07-16 17:23:52 UTC
The indexers are tracked as 187271. This report is about the rest of the classes in the report.
Comment 2 Marian Mirilovic 2011-05-24 14:28:25 UTC
we will do evaluation for newer tests - closing