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 20539

Summary: CompilationEngine.getDefault()
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: David Strupl <dstrupl>
Status: VERIFIED FIXED    
Severity: blocker CC: phrebejk
Priority: P3 Keywords: API
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 19443    

Description Jaroslav Tulach 2002-02-14 11:24:47 UTC
Because of separation of openide into pieces the TopManger.getCompEng() should
be deprecated and replaced by CompilationEngine.getDefault() that will use the
Lookup to initialize the engine. Also core should be modified to register its
engine in acceptable way - this reflects the separation of core to platform
parts.
Comment 1 Jaroslav Tulach 2002-02-14 11:31:07 UTC
API change - part of global task
Comment 2 David Strupl 2002-04-24 15:29:37 UTC
Done. Openide 2.16.
Comment 3 Jaroslav Tulach 2003-07-14 15:25:33 UTC
getDefault is there.