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 217321

Summary: API Review: Added factory method to create default implementation of LibraryImplementation3
Product: projects Reporter: Tomas Zezula <tzezula>
Component: LibrariesAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 216383    
Attachments: Diff file

Description Tomas Zezula 2012-08-23 16:53:19 UTC
Added a new factory method into LibrariesSupport to create a default implementation of LibraryImplementation3. Currently the clients which require LI3 need to implement the LI3 interface or down cast the result  of LibrariesSupport.createLibraryImplementation to LI3.
Comment 1 Tomas Zezula 2012-08-23 16:58:44 UTC
Created attachment 123479 [details]
Diff file
Comment 2 Tomas Zezula 2012-09-05 07:23:41 UTC
Fixed jet-main 0019d7da5eda
Comment 3 Tomas Zezula 2012-09-05 08:06:15 UTC
Fixed jet-main 2117b7dd1c11
Comment 4 Quality Engineering 2012-09-07 02:11:11 UTC
Integrated into 'main-golden', will be available in build *201209070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0019d7da5eda
User: Tomas Zezula <tzezula@netbeans.org>
Log: #217321:Added factory method to create default implementation of LibraryImplementation3