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 226877

Summary: Adopt SideBarFactory into editor.lib2
Product: editor Reporter: Svata Dedic <sdedic>
Component: Painting & PrintingAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, mmetelka
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 226413    
Attachments: Proposed changes
Added deprecation, suppress warnings

Description Svata Dedic 2013-03-01 07:59:09 UTC
For fold separation from editor.lib, I want to move the org.netbeans.editor.SideBarFactory interface into editor.lib2 library. This is part of the effort to eliminate client dependencies on editor.lib - all clients, which currently define sidebars depend on it.

The moved interface has same semantics as the original, and the editor code will accept both interfaces (SidebarFactory from editor.lib and SidebarFactory from editor.lib2).
Comment 1 Svata Dedic 2013-03-01 09:12:32 UTC
Created attachment 132051 [details]
Proposed changes
Comment 2 Svata Dedic 2013-03-01 09:26:58 UTC
Created attachment 132053 [details]
Added deprecation, suppress warnings
Comment 3 Svata Dedic 2013-03-08 15:42:18 UTC
Changeset: 59ee873f0976
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2013-03-08 16:42
Message:   SideBarFactory adopted to editor.lib2. Tests added to editor.
Comment 4 Quality Engineering 2013-03-13 02:11:09 UTC
Integrated into 'main-golden', will be available in build *201303122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/59ee873f0976
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #226877 - Adopt SideBarFactory into editor.lib2: fixed
SideBarFactory adopted to editor.lib2. Tests added to editor.