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 95979 - [Refactoring-review-TCR] Document how to register new refactoring action
Summary: [Refactoring-review-TCR] Document how to register new refactoring action
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 89605
  Show dependency tree
 
Reported: 2007-02-19 23:33 UTC by Miloslav Metelka
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2007-02-19 23:33:50 UTC
Document as a arch-usecase how to register new refactoring action or how to add
existing action into my dataobjects popup.

Review wiki page: http://wiki.netbeans.org/wiki/view/RefactoringAPIReview
Comment 1 Jan Becicka 2007-02-21 08:19:42 UTC
Link to http://wiki.netbeans.org/wiki/view/RefactoringFAQ
added to doc.

Checking in
java/src/org/netbeans/modules/refactoring/java/api/ui/JavaRefactoringActionsFactory.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/api/ui/JavaRefactoringActionsFactory.java,v
 <--  JavaRefactoringActionsFactory.java
new revision: 1.2; previous revision: 1.1
done
Checking in
api/src/org/netbeans/modules/refactoring/api/ui/RefactoringActionsFactory.java;
/cvs/refactoring/api/src/org/netbeans/modules/refactoring/api/ui/RefactoringActionsFactory.java,v
 <--  RefactoringActionsFactory.java
new revision: 1.9; previous revision: 1.8
done
Checking in api/arch.xml;
/cvs/refactoring/api/arch.xml,v  <--  arch.xml
new revision: 1.9; previous revision: 1.8
done
Checking in
api/src/org/netbeans/modules/refactoring/spi/ui/ActionsImplementationProvider.java;
/cvs/refactoring/api/src/org/netbeans/modules/refactoring/spi/ui/ActionsImplementationProvider.java,v
 <--  ActionsImplementationProvider.java
new revision: 1.7; previous revision: 1.6
done