Registry / utility / org-netbeans-modules-java-source

org-netbeans-modules-java-source

JSON →
libraryRELEASE290javamavenunverified

Part of Apache NetBeans IDE, this module provides Java source code parsing and analysis capabilities.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-java-source</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-MODUL
O
org-netbeans-modules-java-source
utilityjavavRELEASE290
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.modules.java.source.JavaSource

Creates a JavaSource instance to analyze Java source files.

import org.netbeans.modules.java.source.JavaSource; import org.netbeans.api.java.source.JavaSource.Phase; public class Main { public static void main(String[] args) throws Exception { JavaSource js = JavaSource.create(/* FileObject */); js.runUserActionTask(cc -> { // work with compilation controller }, true); } }
Debug
Known issues
gotchaModule requires NetBeans runtime environment; not standalone.
fix
Ensure your application runs within NetBeans platform or includes necessary dependencies.
affects: all
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-java-source — mvn dependency:get org-netbeans-modules-java-source · libregistry