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 - CompilationEngine.getDefault()
Summary: CompilationEngine.getDefault()
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords: API
Depends on:
Blocks: 19443
  Show dependency tree
 
Reported: 2002-02-14 11:24 UTC by Jaroslav Tulach
Modified: 2008-12-22 20:46 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.