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 208164

Summary: API for Introduce Local Extension Refactoring
Product: java Reporter: Ralph Ruijs <ralphbenjamin>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, jbecicka, jglick
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 208126    
Attachments: API change
Updated javadoc

Description Ralph Ruijs 2012-02-08 13:34:17 UTC

    
Comment 1 Ralph Ruijs 2012-02-08 13:55:42 UTC
Created attachment 115518 [details]
API change

Please review attached patch.
Comment 2 Jesse Glick 2012-02-13 20:33:19 UTC
Why is the target of the refactoring called a "server" class? To me this means it listens on some port for protocol requests.
Comment 3 Ralph Ruijs 2012-02-14 15:11:16 UTC
The term "server class" is used in all the documentation I found on Introduce Local Extension. I removed "server" from the javadoc, as it was not adding anything to it.
Comment 4 Ralph Ruijs 2012-02-14 15:11:23 UTC
Created attachment 115710 [details]
Updated javadoc
Comment 5 Ralph Ruijs 2012-02-14 15:13:31 UTC
If it is ok, I will integrate tomorrow.
Comment 6 Ralph Ruijs 2012-02-16 08:09:55 UTC
http://hg.netbeans.org/jet-main/rev/c680b1fb479f
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2012-02-16 08:41
Message:   Issue #208164 - API for Introduce Local Extension Refactoring
Comment 7 Quality Engineering 2012-02-17 11:00:33 UTC
Integrated into 'main-golden', will be available in build *201202170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c680b1fb479f
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #208164 - API for Introduce Local Extension Refactoring