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 269210

Summary: [JDK9] Suggest to add module dependency on unknown import
Product: java Reporter: Svata Dedic <sdedic>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Svata Dedic 2016-12-02 08:13:55 UTC
When an import statement references an unknown class, suggest to add a module to the module path to allow class access. Classes from referenced projects and the platform should be offered.
Comment 1 Svata Dedic 2017-08-28 10:16:26 UTC
Implemented as jet-main#bff4f99d4b2f
Comment 2 Quality Engineering 2017-08-30 02:23:11 UTC
Integrated into 'main-silver', will be available in build *201708300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bff4f99d4b2f
User: Svata Dedic <sdedic@netbeans.org>
Log: #269210: module directive optionally added when importing class