Registry / other / org-netbeans-modules-refactoring-api

org-netbeans-modules-refactoring-api

JSON →
libraryRELEASE290javamavenunverified

API for refactoring support in the NetBeans IDE, enabling code transformations and analysis.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-refactoring-api</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-MODUL
O
org-netbeans-modules-refactoring-api
otherjavavRELEASE290
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RefactoringSession
org.netbeans.modules.refactoring.api.RefactoringSession

Minimal usage of NetBeans Refactoring API to create a refactoring session.

import org.netbeans.modules.refactoring.api.RefactoringSession; public class Example { public static void main(String[] args) { RefactoringSession session = RefactoringSession.create("example"); System.out.println("Refactoring session created: " + session); } }
Debug
Known issues
breakingThis API is designed for NetBeans module development; using it outside NetBeans may require additional dependencies.
fix
Ensure your project is a NetBeans module or includes the necessary NetBeans platform libraries.
affects: >=RELEASE100
Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-netbeans-modules-refactoring-api — mvn dependency:get org-netbeans-modules-refactoring-api · libregistry