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 271484

Summary: JavacParser does not handle --add-modules=<module_name> compiler option.
Product: java Reporter: Dusan Balek <dbalek>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Dusan Balek 2017-09-15 13:26:58 UTC
JavacParser correctly handles --add-modules <module_name> compiler option, however it ignores the same option specified with '='.
Comment 1 Dusan Balek 2017-09-15 13:41:13 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/c8540fadf7a8
Comment 2 Quality Engineering 2017-09-17 01:52:05 UTC
Integrated into 'main-silver', will be available in build *201709170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c8540fadf7a8
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #271484 - JavacParser does not handle --add-modules=<module_name> compiler option - fixed.