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 - API Review: Added factory method to create default implementation of LibraryImplementation3
Summary: API Review: Added factory method to create default implementation of LibraryI...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 216383
  Show dependency tree
 
Reported: 2012-08-23 16:53 UTC by Tomas Zezula
Modified: 2012-09-07 02:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Diff file (4.69 KB, patch)
2012-08-23 16:58 UTC, Tomas Zezula
Details | Diff

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