Registry / utility / org-netbeans-libs-javacapi

org-netbeans-libs-javacapi

JSON →
libraryRELEASE230javamavenunverified

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-libs-javacapi</artifactId> <version>RELEASE230</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-LIBS-
O
org-netbeans-libs-javacapi
utilityjavavRELEASE230
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.

JavaSource
org.netbeans.api.java.source.JavaSource

Using NetBeans JavaSource API for source analysis

import org.netbeans.api.java.source.JavaSource; import org.netbeans.api.java.source.JavaSource.Phase; import javax.tools.JavaFileObject; public class Quickstart { public void analyze(JavaFileObject file) { JavaSource js = JavaSource.create(JavaSource.createClasspathInfo(), file); js.runUserActionTask(cc -> { // analyze compilation unit }, true); } }
Debug
Known issues
gotchaThis API is part of NetBeans platform; not intended for standalone use.
fix
Use the NetBeans module system or include full NetBeans platform dependencies.
affects: *
Upgrade
Version history
RELEASE230latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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