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 97628

Summary: Avoid abuse of warmup
Product: platform Reporter: _ rkubacki <rkubacki>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 210706    
Attachments: one suggestion

Description _ rkubacki 2007-03-11 17:27:22 UTC
The intent when we introduced warmup was to have  short activity executed with
low priority after startup to improve user perception of application responsibility.

It should not grow to bigger set of jobs.

It has to be transparent. Code relying on execution of warmup is wrong.

There were several suggestions - tunr it off completely for dev builds, turn off
randomly some parts, rename it from time to time to force contributors to go
through review.
Comment 1 _ rkubacki 2007-03-11 17:29:58 UTC
Created attachment 39378 [details]
one suggestion