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 - JavacParser does not handle --add-modules=<module_name> compiler option.
Summary: JavacParser does not handle --add-modules=<module_name> compiler option.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-15 13:26 UTC by Dusan Balek
Modified: 2017-09-17 01:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.