Re: How to use refactoring for fixes?
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4i2j4Cf1+Ry7m1y0Zu+QgYnf63PdG_+VZ4AWLp1gMiYYw@mail.gmail.com> |
Hej Peter, will it be a public plugin or is it only internally to support your refactorings at work? With kind regards, markiewb 2016-02-16 20:51 GMT+01:00 Peter Nabbefeld <[email protected]>: > Hi, > > found out that I've to get a api.java.source.TreePathHandle for the > element to rename (class, field, method rename), then I can do the > RenameRefactoring in the context of a RefactoringSession. > > Kind regards > Peter > > > > Am 16.02.2016 um 15:58 schrieb Benno Markiewicz: > >> https://platform.netbeans.org/tutorials/nbm-java-hint.html >> >> With kind regards, markiewb >> >> 2016-02-16 13:34 GMT+01:00 Peter Nabbefeld <[email protected] >> <mailto:[email protected]>>: >> >> >> Hello, >> >> I'd like to implement a hint including a fix - how can I do >> refactoring of >> Java sources? >> >> Kind regards >> Peter >> >> >> >